test: add -Werror to CFLAGS in compilation test
This commit is contained in:
parent
c00d517e12
commit
62b1a11736
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
cd ../..
|
||||
|
||||
export CFLAGS="-O2 -Werror -Wpointer-arith -Wformat-signedness -Wno-unknown-warning-option -D_FORTIFY_SOURCE=2"
|
||||
|
||||
for opts in \
|
||||
"--enable-debug" \
|
||||
"--enable-ntp-signd" \
|
||||
|
|
Loading…
Reference in a new issue