summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-11-13 12:37:26 -0500
committerAllen Winter <allen.winter@kdab.com>2022-11-13 12:37:26 -0500
commit04b59f04981078f24a42f2c57db928c1a8e2284e (patch)
tree2211025d6a95e9104034afaa5afe5dca11554967 /scripts
parent36e97ead47581fd78a99cafe3d0bed0bf90f39c1 (diff)
parentca294b8305196e5c857ed34a797e6ba47e338acc (diff)
downloadlibical-git-04b59f04981078f24a42f2c57db928c1a8e2284e.tar.gz
Merge branch '3.0'
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 ab870af9..663f2f17 100755
--- a/scripts/buildtests.sh
+++ b/scripts/buildtests.sh
@@ -358,6 +358,7 @@ CPPCHECK() {
echo "===== START CPPCHECK: $1 ======"
cd $TOP
cppcheck --quiet --language=c \
+ --std=c99 \
--force --error-exitcode=1 --inline-suppr \
--enable=warning,performance,portability,information \
--template='{file}:{line},{severity},{id},{message}' \