Skip to content

Commit dd05dcf

Browse files
committed
Enable additional warnings with GCC/Clang to match Visual Studio
1 parent ecca866 commit dd05dcf

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
@@ -51,7 +51,7 @@ ifeq ($(BUILD_ENV),MSVC)
5151
# support multiple Visual Studio versions
5252
CXXFLAGS += /wd4619
5353
else
54-
CXXFLAGS += -Wall -pedantic -Werror -Wno-deprecated-declarations -Wswitch-enum
54+
CXXFLAGS += -Wall -pedantic -Werror -Wno-deprecated-declarations -Wswitch-enum -Wextra
5555
endif
5656

5757
# Select optimisation or debug info

0 commit comments

Comments
 (0)