We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e7bfe commit 04886f5Copy full SHA for 04886f5
src/ansi-c/library_check.sh
@@ -14,7 +14,8 @@ for f in "$@"; do
14
perl -p -i -e 's/(__atomic_)/s$1/' __libcheck.c
15
$CC -std=gnu99 -E -include library/cprover.h -D__CPROVER_bool=_Bool -D__CPROVER_thread_local=__thread -DLIBRARY_CHECK -o __libcheck.i __libcheck.c
16
$CC -S -Wall -Werror -pedantic -Wextra -std=gnu99 __libcheck.i \
17
- -o __libcheck.s -Wno-unused-label -Wno-unknown-pragmas
+ -o __libcheck.s -Wno-unused-label -Wno-unknown-pragmas \
18
+ -Wno-gnu-line-marker -Wno-unknown-warning-option
19
ec="${?}"
20
rm __libcheck.s __libcheck.i __libcheck.c
21
[ "${ec}" -eq 0 ] || exit "${ec}"
0 commit comments