Skip to content

Commit

Permalink
Remove flag -pedantic for __builtin_expect
Browse files Browse the repository at this point in the history
  • Loading branch information
25077667 committed Aug 27, 2023
1 parent 732ea46 commit 9b37fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seqlock/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all:
gcc -o tests -std=gnu11 -Wall -Wextra -pedantic -O2 seqlock.c tests.c
gcc -o tests -std=gnu11 -Wall -Wextra -O2 seqlock.c tests.c

clean:
rm -f tests

0 comments on commit 9b37fb2

Please sign in to comment.