[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)
This commit is contained in:
akallabeth 2024-09-20 11:11:08 +02:00
parent 42e3c6fff8
commit e79aaf4d82
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -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