Skip to content

Commit 959cd16

Browse files
committed
Enable Wextra
Enable common additional compiler warnings.
1 parent b5b59ca commit 959cd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AM_CXXFLAGS = -Wall -Wcast-qual -std=c++17 -D_FILE_OFFSET_BITS=64
1+
AM_CXXFLAGS = -Wall -Wextra -Wcast-qual -std=c++17 -D_FILE_OFFSET_BITS=64
22

33
if WITH_ASAN
44
AM_CXXFLAGS += -fsanitize=address -fsanitize-address-use-after-scope

0 commit comments

Comments
 (0)