Skip to content

Commit 4e4b767

Browse files
committed
C++ flags: No need for suppressing writable-strings warnings
1 parent 2482483 commit 4e4b767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ endif()
7373
###############################################################################
7474
# some variables/options of this project
7575

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)
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)
7979

8080
if( CMAKE_CXX_COMPILER_ID STREQUAL "Cray" )
8181
set(CMAKE_CXX_FLAGS "-hstd=c++11 ${CMAKE_CXX_FLAGS}")

0 commit comments

Comments
 (0)