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

Warning: Fix Unused #268

Closed ax3l closed 6 years ago

ax3l commented 6 years ago

Fix warning of an unused, local, static variable that is not mutable in compilers with the usual methods (since it is static).

Close #265

psychocoderHPC commented 6 years ago

IMO the nicer way is not to use a macro and do it the boost way http://www.boost.org/doc/libs/1_65_1/boost/core/ignore_unused.hpp