summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-01-11 09:33:52 -0500
committerAllen Winter <allen.winter@kdab.com>2021-01-11 09:33:52 -0500
commit08bad7c3afba8a9f84322e76d4706a448d72e194 (patch)
tree9cb255a739b99e51efc1ea7462d4303339af4050
parent627d3e0087da0e797a33252b145dc161cee5a80e (diff)
downloadlibical-git-08bad7c3afba8a9f84322e76d4706a448d72e194.tar.gz
scripts/buildtests.sh - add a compile warning whitelist
-rwxr-xr-xscripts/buildtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildtests.sh b/scripts/buildtests.sh
index 83bb814b..f944fe7e 100755
--- a/scripts/buildtests.sh
+++ b/scripts/buildtests.sh
@@ -99,7 +99,7 @@ CHECK_WARNINGS() {
# print warnings found in the compile-stage output
# $1 = file with the compile-stage output
COMPILE_WARNINGS() {
- whitelist='\(i-cal-object\.c\|no[[:space:]]link[[:space:]]for:\|Value[[:space:]]descriptions\|unused[[:space:]]declarations\|G_ADD_PRIVATE\|g_type_class_add_private.*is[[:space:]]deprecated\|g-ir-scanner:\|/gobject/gtype\.h\|clang.*argument[[:space:]]unused[[:space:]]during[[:space:]]compilation\|U_PLATFORM_HAS_WINUWP_API\|const[[:space:]]DBT\)'
+ whitelist='\(i-cal-object\.c\|no[[:space:]]link[[:space:]]for:\|Value[[:space:]]descriptions\|unused[[:space:]]declarations\|G_ADD_PRIVATE\|g_type_class_add_private.*is[[:space:]]deprecated\|g-ir-scanner:\|/gobject/gtype\.h\|clang.*argument[[:space:]]unused[[:space:]]during[[:space:]]compilation\|U_PLATFORM_HAS_WINUWP_API\|const[[:space:]]DBT\|-Llib\)'
CHECK_WARNINGS $1 "warning:" "$whitelist"
}