From f59ea5f7690c9a01ef6f7f6508084a66c40b1dae Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 26 Apr 2024 19:44:25 +0200 Subject: Merging upstream version 4.2.4. Signed-off-by: Daniel Baumann --- tools/check_typed_item_calls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/check_typed_item_calls.py') diff --git a/tools/check_typed_item_calls.py b/tools/check_typed_item_calls.py index 4800203..24520c6 100755 --- a/tools/check_typed_item_calls.py +++ b/tools/check_typed_item_calls.py @@ -305,7 +305,8 @@ class ProtoTreeAddItemCheck(APICheck): 'seq_info->txt_enc | ENC_NA', 'BASE_SHOW_UTF_8_PRINTABLE', 'dhcp_secs_endian', - 'is_mdns ? ENC_UTF_8|ENC_NA : ENC_ASCII|ENC_NA' + 'is_mdns ? ENC_UTF_8|ENC_NA : ENC_ASCII|ENC_NA', + 'xl_encoding' }: global warnings_found -- cgit v1.2.3