From 23e4f959d74f4e039773a474ade16e43f3959dff Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 11 May 2012 13:43:32 -0400 Subject: Remove all #warning statements --- Carpet/CarpetIOHDF5/src/util/hdf5_slicer.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Carpet/CarpetIOHDF5') diff --git a/Carpet/CarpetIOHDF5/src/util/hdf5_slicer.cc b/Carpet/CarpetIOHDF5/src/util/hdf5_slicer.cc index 6c6c995e2..a3a89e89f 100644 --- a/Carpet/CarpetIOHDF5/src/util/hdf5_slicer.cc +++ b/Carpet/CarpetIOHDF5/src/util/hdf5_slicer.cc @@ -18,16 +18,9 @@ #include #include -// some macros to fix compatibility issues as long -// as 1.8.0 is in beta phase #define H5_USE_16_API 1 - #include -#if (H5_VERS_MAJOR == 1 && (H5_VERS_MINOR == 8) && (H5_VERS_RELEASE == 0)) -#warning "Hacking HDF5 1.8.0 compatiblity with 1.6.x; fix once 1.8.0 stable" -#endif - using namespace std; /***************************************************************************** -- cgit v1.2.3