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 ecca866 commit dd05dcfCopy full SHA for dd05dcf
src/config.inc
@@ -51,7 +51,7 @@ ifeq ($(BUILD_ENV),MSVC)
51
# support multiple Visual Studio versions
52
CXXFLAGS += /wd4619
53
else
54
- CXXFLAGS += -Wall -pedantic -Werror -Wno-deprecated-declarations -Wswitch-enum
+ CXXFLAGS += -Wall -pedantic -Werror -Wno-deprecated-declarations -Wswitch-enum -Wextra
55
endif
56
57
# Select optimisation or debug info
0 commit comments