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=e6431a0216e829325ca7719eb4621addda9d54af;hb=8c7f8dfca2f1628e247a5ebd6c75728beec5f4c7;hpb=056440a835d3a484edc444d6f7aa26229aff547f diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index e6431a0216e8..26ee34d53a18 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -46,7 +46,7 @@ allowed_warnings = set([ "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:5274", # mm/memcontrol.c:5274:12: warning: initialization from incompatible pointer type + "memcontrol.c:5337", # mm/memcontrol.c:5337:12: warning: initialization from incompatible pointer type ]) # Capture the name of the object file, can find it.