f0baab0d51
Fix the following build failure with gcc 11:
In file included from dumapp.cpp:39:
dumapp.h:88:49: error: ISO C++17 does not allow dynamic exception specifications
88 | void * DUMA_CDECL operator new(DUMA_SIZE_T) throw(std::bad_alloc);
| ^~~~~
While at it, also drop DUMA_CPP which does not seem to be set since the
addition of the package back in 2013 in commit
|
||
---|---|---|
.. | ||
0001-fix-cross-compilation.patch | ||
0002-no-tests.patch | ||
0003-fix-C++14.patch | ||
0004-Fix-build-with-latest-glibc.patch | ||
Config.in | ||
duma.hash | ||
duma.mk |