We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2482483 commit 4e4b767Copy full SHA for 4e4b767
CMakeLists.txt
@@ -73,9 +73,9 @@ endif()
73
###############################################################################
74
# some variables/options of this project
75
76
-ecbuild_add_cxx_flags("-Wno-write-strings" NO_FAIL)
77
-ecbuild_add_cxx_flags("-Wno-writable-strings" NO_FAIL)
78
-ecbuild_add_cxx_flags("-Wno-deprecated" NO_FAIL)
+# ecbuild_add_cxx_flags("-Wno-write-strings" NO_FAIL)
+# ecbuild_add_cxx_flags("-Wno-writable-strings" NO_FAIL)
+# ecbuild_add_cxx_flags("-Wno-deprecated" NO_FAIL)
79
80
if( CMAKE_CXX_COMPILER_ID STREQUAL "Cray" )
81
set(CMAKE_CXX_FLAGS "-hstd=c++11 ${CMAKE_CXX_FLAGS}")
0 commit comments