diff options
author | Allen Winter <allen.winter@kdab.com> | 2021-01-11 09:43:55 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2021-01-11 09:43:55 -0500 |
commit | 29a87858d26ffbbcb55c7968a0b309c2508ffcc8 (patch) | |
tree | 75df4326a4d717610e89400a1af5fc372b40e568 /scripts/buildtests.sh | |
parent | 0d49099388f314d5f3b0b37961ad67c51f939898 (diff) | |
parent | 2c1bfe39a4151ba754cc7ff0b4ee67a9b07d9c08 (diff) | |
download | libical-git-29a87858d26ffbbcb55c7968a0b309c2508ffcc8.tar.gz |
Merge branch '3.0'
Diffstat (limited to 'scripts/buildtests.sh')
-rwxr-xr-x | scripts/buildtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildtests.sh b/scripts/buildtests.sh index e7ed59ad..27e8f9c3 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:\|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" } |