diff --git a/scripts/abi-suppr.txt b/scripts/abi-suppr.txt index 7672276d5..dd7058ab3 100644 --- a/scripts/abi-suppr.txt +++ b/scripts/abi-suppr.txt @@ -10,5 +10,21 @@ has_data_members_inserted_at = end # winpr_strerror did use unsigned instead of signed int as argument [suppress_function] -change_kine = function-subtype-change +change_kind = function-subtype-change name = winpr_strerror + +# NtStatus2Tag did use unsigned instead of signed NTSTATUS as argument +[suppress_function] +change_kind = function-subtype-change +name = NtStatus2Tag + +# rdpdr_write_iocompletion_header did use unsigned instead of signed NTSTATUS as argument +[suppress_function] +change_kind = function-subtype-change +name = rdpdr_write_iocompletion_header + +# smartcard_irp_device_control_call did use unsigned instead of signed NTSTATUS as argument +[suppress_function] +change_kind = function-subtype-change +name = smartcard_irp_device_control_call +