diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-10-21 20:32:23 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-10-21 20:32:23 (GMT) |
commit | 100872ce8a9e0509e91d1c70d95ce71949969366 (patch) | |
tree | 585619fa7633ab210cd46774c94dc4e082887601 | |
parent | 8879f262200377aa97fe47a8aa109ee5dba665a9 (diff) | |
download | hdf5-100872ce8a9e0509e91d1c70d95ce71949969366.zip hdf5-100872ce8a9e0509e91d1c70d95ce71949969366.tar.gz hdf5-100872ce8a9e0509e91d1c70d95ce71949969366.tar.bz2 |
[svn-r28169] Merge r28168 from trunk
Remove Wall option passed by default on non-windows systems
(can use HDF5_ENABLE_GROUPZERO_WARNINGS option instead)
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fa3c971..62dcb10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -484,10 +484,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) |