summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2020-01-25 12:22:30 -0500
committerAllen Winter <allen.winter@kdab.com>2020-01-25 12:22:30 -0500
commit94bf1abd02f17e341a4ee41612bd265168b62f6e (patch)
tree7c97c186865c89a99c4f52af38222e9c7156f09b /scripts
parentac4488bcf0c51cf60b1ee769083e3d1095717d1e (diff)
downloadlibical-git-94bf1abd02f17e341a4ee41612bd265168b62f6e.tar.gz
scripts/buildtests.sh - adapt COMPILE_WARNINGS whitelist
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 38c24461..f6690a6d 100755
--- a/scripts/buildtests.sh
+++ b/scripts/buildtests.sh
@@ -94,7 +94,7 @@ CHECK_WARNINGS() {
# print warnings found in the compile-stage output
# $1 = file with the compile-stage output
COMPILE_WARNINGS() {
- whitelist='\(no[[:space:]]link[[:space:]]for:\|Value[[:space:]]descriptions\|unused[[:space:]]declarations\|g_type_class_add_private.*is[[:space:]]deprecated\|g-ir-scanner:\|clang.*argument[[:space:]]unused[[:space:]]during[[:space:]]compilation\|U_PLATFORM_HAS_WINUWP_API\|DB_DBM_HSEARCH\|const[[:space:]]DBT\|db\.h\)'
+ whitelist='\(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:\|clang.*argument[[:space:]]unused[[:space:]]during[[:space:]]compilation\|U_PLATFORM_HAS_WINUWP_API\|const[[:space:]]DBT\)'
CHECK_WARNINGS $1 "warning:" "$whitelist"
}