summaryrefslogtreecommitdiff
path: root/tests/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-xtests/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.sh b/tests/test.sh
index 31ccb6b..d30de7c 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -8,7 +8,7 @@ foreign
params
nms
varargs
-where
+printf
misc'
STARTPWD=$(pwd)
@@ -22,7 +22,7 @@ compile_c() {
if [ "$CC" = "gcc -O0 -g" ]; then
EXTRA_FLAGS="-Wno-builtin-declaration-mismatch"
elif [ "$CC" = "clang -O3 -s" ]; then
- EXTRA_FLAGS="-Wno-builtin-requires-header"
+ EXTRA_FLAGS="-Wno-builtin-requires-header -Wno-format-security"
elif [ "$CC" = "tcc" ]; then
EXTRA_FLAGS="-w"
fi