Skip to content

Commit 3cea1d7

Browse files
committed
Enable additional warnings with GCC/Clang to match Visual Studio
1 parent 0f2a89c commit 3cea1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ifeq ($(BUILD_ENV),MSVC)
5252
CXXFLAGS += /wd4619
5353
else
5454
CXXFLAGS += -Wall -pedantic -Werror -Wswitch-enum
55-
CXXFLAGS += -Wno-deprecated-declarations
55+
CXXFLAGS += -Wno-deprecated-declarations -Wextra
5656
# GCC only, silence clang warning
5757
CXXFLAGS += -Wno-maybe-uninitialized -Wno-unknown-warning-option
5858
endif

0 commit comments

Comments
 (0)