summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-01-22 12:02:30 -0500
committerAllen Winter <allen.winter@kdab.com>2022-01-22 12:02:30 -0500
commit71d09589f291bc9b95974a4d4db4087121ed4bc9 (patch)
tree6dc37e780bc73dfa588d8e4a0226bf3242d3e153 /scripts
parentd30f2ba33befd89e4ead4be6552ebf79efd2a490 (diff)
downloadlibical-git-71d09589f291bc9b95974a4d4db4087121ed4bc9.tar.gz
make it more explicit that C99 compliance is necessary
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/buildtests.sh b/scripts/buildtests.sh
index d682f367..5b062505 100755
--- a/scripts/buildtests.sh
+++ b/scripts/buildtests.sh
@@ -373,6 +373,7 @@ SPLINT() {
splint $files \
-badflag \
+ -preproc \
-weak -warnposix \
-modobserver -initallelements -redef \
-linelen 1000 \