From 9f702766f84887c04cfcaf0a41f748636ff1062d Mon Sep 17 00:00:00 2001 From: Jerome Soumagne Date: Wed, 21 Oct 2015 15:26:56 -0500 Subject: [svn-r28168] Remove Wall option passed by default on non-windows systems (not necessary anymore since there is now --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88e58e0..33c8ddf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -434,10 +434,6 @@ if (CMAKE_BUILD_TYPE MATCHES Debug) set (H5_HAVE_INSTRUMENTED_LIBRARY 1) endif (HDF5_ENABLE_INSTRUMENT) mark_as_advanced (HDF5_ENABLE_INSTRUMENT) - #-- NMake Makefiles will overwhelm the console with warnings if -Wall is used. - if (NOT WIN32) - add_definitions (-Wall) - endif (NOT WIN32) else (CMAKE_BUILD_TYPE MATCHES Debug) add_definitions (-DNDEBUG) if (HDF5_ENABLE_TRACE) -- cgit v0.12