mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user