ComputationalRadiationPhysics / libSplash

libSplash - Simple Parallel file output Library for Accumulating Simulation data using Hdf5
GNU Lesser General Public License v3.0
15 stars 15 forks source link

dynamic exception specifications are deprecated in C++11 #284

Open ax3l opened 5 years ago

ax3l commented 5 years ago

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);