FreeRDP/scripts/abi-suppr.txt
akallabeth e79aaf4d82
[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)
2024-09-20 11:11:08 +02:00

15 lines
354 B
Plaintext

# settings are opaque, ignore all changes
[suppress_type]
type_kind = struct
name = rdp_settings
# allow insertions at end of structs
[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