File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR
40
40
set (CMAKE_CXX_FLAGS_RELEASE "-O2" )
41
41
set (CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g" )
42
42
# Enable lots of warnings
43
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wpedantic -Werror -Wno-deprecated-declarations - Wswitch-enum" )
43
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wpedantic -Werror -Wswitch-enum" )
44
44
elseif ("${CMAKE_CXX_COMPILER_ID} " STREQUAL "MSVC" )
45
45
# This would be the place to enable warnings for Windows builds, although
46
46
# config.inc doesn't seem to do that currently
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ BUILD_ENV = AUTO
5
5
ifeq ($(BUILD_ENV ), MSVC )
6
6
# CXXFLAGS += /Wall /WX
7
7
else
8
- CXXFLAGS += -Wall -pedantic -Werror -Wno - deprecated - declarations - Wswitch -enum
8
+ CXXFLAGS += -Wall -pedantic -Werror -Wswitch -enum
9
9
endif
10
10
11
11
ifeq ($(CPROVER_WITH_PROFILING ), 1 )
You can’t perform that action at this time.
0 commit comments