Skip to content

Commit 9b37fb2

Browse files
committed
Remove flag -pedantic for __builtin_expect
1 parent 732ea46 commit 9b37fb2

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 -Wextra -pedantic -O2 seqlock.c tests.c
2+
gcc -o tests -std=gnu11 -Wall -Wextra -O2 seqlock.c tests.c
33

44
clean:
55
rm -f tests

0 commit comments

Comments
 (0)