Skip to content

Commit 732ea46

Browse files
committed
enable all warnings also non-standard syntax
1 parent 074bce5 commit 732ea46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seqlock/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
all:
2-
gcc -o tests -std=gnu11 -Wall -O2 seqlock.c tests.c
2+
gcc -o tests -std=gnu11 -Wall -Wextra -pedantic -O2 seqlock.c tests.c
33

44
clean:
55
rm -f tests

0 commit comments

Comments
 (0)