X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=blobdiff_plain;f=scripts%2Fgcc-wrapper.py;h=26ee34d53a18796f5a05cea967991e7fa8098fb0;hp=1f4ee7b5fc68756e329330e1b35e42e50b138151;hb=8c7f8dfca2f1628e247a5ebd6c75728beec5f4c7;hpb=fcef60e36ffff81106b1d4304e0be0088a4f3a27 diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 1f4ee7b5fc68..26ee34d53a18 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -40,14 +40,13 @@ 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:580", - "hid-ntrig.c:1026", - "core.c:1334", - "menu.c:129", - "bus.c:318", # FIXME - "atags_to_fdt.c:96", + "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 ]) # Capture the name of the object file, can find it.