summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-05-12 11:20:02 -0400
committerAllen Winter <allen.winter@kdab.com>2019-05-12 11:21:41 -0400
commit81554e81f2422b6d7902c15d9deff49fb6fe787b (patch)
tree86cea6ac4151107ef07b246aa5500c64c70ec164 /scripts
parent981f3dc6cdef0f140c048cb5de15c61a60a0cc6e (diff)
downloadlibical-git-81554e81f2422b6d7902c15d9deff49fb6fe787b.tar.gz
src/libical/icalparser.c - include <string.h>
for strnlen()
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 d3de5d9f..8a7b328a 100755
--- a/scripts/buildtests.sh
+++ b/scripts/buildtests.sh
@@ -329,6 +329,7 @@ SPLINT() {
-D"strdup"="" \
-D"strcasecmp"="strcmp" \
-D"strncasecmp"="strncmp" \
+ -D"strnlen"="" \
-D"putenv"="" \
-D"unsetenv"="" \
-D"tzset()"=";" \