From e79aaf4d82509f28b9733d519bcc4b25bdc1d4f0 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 20 Sep 2024 11:11:08 +0200 Subject: [PATCH] [ci,abi-checker] suppress winpr_strerror parameter change The change is not 100% clean but does not break ABI (but might create some unnecessary warnings in 3rd party code) --- scripts/abi-suppr.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/abi-suppr.txt b/scripts/abi-suppr.txt index 98780dd1d..7672276d5 100644 --- a/scripts/abi-suppr.txt +++ b/scripts/abi-suppr.txt @@ -7,3 +7,8 @@ name = rdp_settings [suppress_type] type_kind = struct has_data_members_inserted_at = end + +# winpr_strerror did use unsigned instead of signed int as argument +[suppress_function] +change_kine = function-subtype-change +name = winpr_strerror