diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 1e0c1e2c1900..672b504b84e0 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -49,6 +49,10 @@ allowed_warnings = set([ "memcontrol.c:5337", # mm/memcontrol.c:5337:12: warning: initialization from incompatible pointer type "atags_to_fdt.c:98", # arch/arm/boot/compressed/atags_to_fdt.c:98:1: warning: the frame size of 1032 bytes is larger than 1024 bytes "drm_edid.c:3506", # drivers/gpu/drm/drm_edid.c:3506:13: warning: 'cea_db_is_hdmi_forum_vsdb' defined but not used + # W=1 + "bounds.c:15", # kernel/bounds.c:15:6: warning: no previous prototype for ‘foo’ + "cpufeature.h:157", # arch/arm64/include/asm/cpufeature.h:157:68: warning: signed and unsigned type in conditional expression + "sched.h:1211", # include/linux/sched.h:1211:1: warning: type qualifiers ignored on function return type ]) # Capture the name of the object file, can find it.