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 0f2a89c commit 3cea1d7Copy full SHA for 3cea1d7
src/config.inc
@@ -52,7 +52,7 @@ ifeq ($(BUILD_ENV),MSVC)
52
CXXFLAGS += /wd4619
53
else
54
CXXFLAGS += -Wall -pedantic -Werror -Wswitch-enum
55
- CXXFLAGS += -Wno-deprecated-declarations
+ CXXFLAGS += -Wno-deprecated-declarations -Wextra
56
# GCC only, silence clang warning
57
CXXFLAGS += -Wno-maybe-uninitialized -Wno-unknown-warning-option
58
endif
0 commit comments