[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:
parent
42e3c6fff8
commit
e79aaf4d82
@ -7,3 +7,8 @@ name = rdp_settings
|
|||||||
[suppress_type]
|
[suppress_type]
|
||||||
type_kind = struct
|
type_kind = struct
|
||||||
has_data_members_inserted_at = end
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user