X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2Fgcc-wrapper.py;h=1e0c1e2c190039ac4da1d9ca10f51e314600a375;hb=0d906e763cd3ceee019da57dc054751a3c615e18;hp=147ae09af62b2bd390f2f7b3ba46cd83a1965697;hpb=e82146650ea5de8205f8890eaf4cb98615c51d9a;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 147ae09af62b..1e0c1e2c1900 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -40,18 +40,15 @@ import subprocess # force LANG to be set to en_US.UTF-8 to get consistent warnings. allowed_warnings = set([ - "return_address.c:63", - "hid-appleir.c:347", - "hid-magicmouse.c:590", - "hid-ntrig.c:1026", - "core.c:1334", - "menu.c:129", - "bus.c:318", # FIXME - "atags_to_fdt.c:96", - "compat_binfmt_elf.c:58", - "psci.c:299", - "psci.c:304", - "sysctl_net_core.c:24", + "posix-cpu-timers.c:1268", # kernel/time/posix-cpu-timers.c:1268:13: warning: 'now' may be used uninitialized in this function + "af_unix.c:1036", # net/unix/af_unix.c:1036:20: warning: 'hash' may be used uninitialized in this function + "sunxi_sram.c:214", # drivers/soc/sunxi/sunxi_sram.c:214:24: warning: 'device' may be used uninitialized in this function + "ks8851.c:298", # drivers/net/ethernet/micrel/ks8851.c:298:2: warning: 'rxb[0]' may be used uninitialized in this function + "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 + "drm_edid.c:3506", # drivers/gpu/drm/drm_edid.c:3506:13: warning: 'cea_db_is_hdmi_forum_vsdb' defined but not used ]) # Capture the name of the object file, can find it.