diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index f78df1d27a17..386b42f640e5 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -45,7 +45,7 @@ allowed_warnings = set([ "ks8851.c:421", # drivers/net/ethernet/micrel/ks8851.c:421:20: warning: 'rxb[0]' may be used uninitialized in this function "compat_binfmt_elf.c:58", # fs/compat_binfmt_elf.c:58:13: warning: 'cputime_to_compat_timeval' defined but not used "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 + "atags_to_fdt.c:99", # arch/arm/boot/compressed/atags_to_fdt.c:99: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’