X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fcibuild.sh;h=48c56c7b4e7ee9190166713240170fa8c4f7cd21;hb=de284674bd3c1b96b90952c68e44a6f112e7447b;hp=bb863c6f35d68383c2e765b66953fca5ebb8b608;hpb=2a56e7b77a8f536fad4bb206af267cebe0ded480;p=sysdb.git diff --git a/t/cibuild.sh b/t/cibuild.sh index bb863c6..48c56c7 100755 --- a/t/cibuild.sh +++ b/t/cibuild.sh @@ -17,7 +17,10 @@ case "$CICFLAGS" in # skip regular tests ;; *) - make -j10 test TESTS_ENVIRONMENT="./testwrapper.sh" + # old versions of gcc and clang complain about { 0 } initializers + make -j10 test \ + TESTS_ENVIRONMENT="./testwrapper.sh" \ + CFLAGS="-O0 $CICFLAGS -Wno-missing-field-initializers" ;; esac