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:20:02 -0400
commit54f21f8689a66c13fc689827cbdb259f66acb918 (patch)
treede8437c3bc54d7d78e9685091c30c0b1d18dba8f /scripts
parent043e5e05821cfa97e160c36e740667fa256a48ea (diff)
downloadlibical-git-54f21f8689a66c13fc689827cbdb259f66acb918.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 0bbc2d49..f782945d 100755
--- a/scripts/buildtests.sh
+++ b/scripts/buildtests.sh
@@ -327,6 +327,7 @@ SPLINT() {
-D"strdup"="" \
-D"strcasecmp"="strcmp" \
-D"strncasecmp"="strncmp" \
+ -D"strnlen"="" \
-D"putenv"="" \
-D"unsetenv"="" \
-D"tzset()"=";" \