mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
the abi-compliance-checker falsely reports the disappearance of non global functions not part of the ABI, suppress these.
103 lines
2.4 KiB
Plaintext
103 lines
2.4 KiB
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_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
|
|
|
|
# freerdp_passphrase_read did not return const char* but char*
|
|
[suppress_function]
|
|
change_kind = function-subtype-change
|
|
name = freerdp_passphrase_read
|
|
|
|
# freerdp_settings_get_uint32 subtype change (delete MonitorLocalShift[XY]
|
|
[suppress_function]
|
|
change_kind = function-subtype-change
|
|
name = freerdp_settings_get_uint32
|
|
|
|
# freerdp_settings_set_uint32 subtype change (delete MonitorLocalShift[XY]
|
|
[suppress_function]
|
|
change_kind = function-subtype-change
|
|
name = freerdp_settings_set_uint32
|
|
|
|
# suppress local functions (false positives)
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_YCoCg_neon
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_YCoCg_ssse3
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_YUV_neon
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_YUV_sse41
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_add_sse3
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_alphaComp_sse3
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_andor_sse3
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_colors_neon
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_colors_sse2
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_copy_avx2
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_copy_sse41
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_set_sse2
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_shift_sse3
|
|
|
|
[suppress_function]
|
|
change_kind = all
|
|
name = primitives_init_sign_ssse3
|
|
|