libSplash
libSplash copied to clipboard
dynamic exception specifications are deprecated in C++11
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);