summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2018-12-23 10:09:00 -0500
committerAllen Winter <allen.winter@kdab.com>2018-12-23 10:09:00 -0500
commitc6ccac5a236a2ae95646e329fbb920f26cfe45b8 (patch)
treebb8f0ee0e6058b99193d0e1bc84cc468b6ca5171 /scripts
parent3432d17de75a75cccb1c95e99355db0da7c77bee (diff)
downloadlibical-git-c6ccac5a236a2ae95646e329fbb920f26cfe45b8.tar.gz
buildtests.sh - a fix to make cppcheck happy
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildtests.sh b/scripts/buildtests.sh
index 90278939..aa883c27 100755
--- a/scripts/buildtests.sh
+++ b/scripts/buildtests.sh
@@ -248,7 +248,7 @@ CPPCHECK() {
-D gmtime_r="" \
-D size_t="unsigned long" \
-D bswap32="" \
- -D PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP="" \
+ -D PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP=0 \
-D _unused="(void)" \
-D F_OK=0 \
-D R_OK=0 \