libSplash icon indicating copy to clipboard operation
libSplash copied to clipboard

dynamic exception specifications are deprecated in C++11

Open ax3l opened this issue 6 years ago • 0 comments

Compiling with GCC 8.2.0 throws several warnings of the form:

warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
                 void* buf) throw (DCException);

ax3l avatar Aug 31 '19 20:08 ax3l