From: Huang, Tao Date: Mon, 11 Jan 2016 03:49:11 +0000 (+0800) Subject: rk: gcc-wrapper.py ignore af_unix.c:1036 X-Git-Tag: firefly_0821_release~3512 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1af256887d4f24e61872428c63887f7cbcb7357b;p=firefly-linux-kernel-4.4.55.git rk: gcc-wrapper.py ignore af_unix.c:1036 Change-Id: Ib850612060af29f271ec35c1b80a4a1a070c2670 Signed-off-by: Huang, Tao --- diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 7c6f6846dd68..45139eccb90c 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -42,14 +42,12 @@ import subprocess allowed_warnings = set([ "core.c:142", # drivers/regulator/core.c:142:6: warning: unused variable 'i' "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:1026", # net/unix/af_unix.c:1026:20: warning: 'hash' 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 - "rockchip_drm_vop.c:581", # drivers/gpu/drm/rockchip/rockchip_drm_vop.c:581:49: warning: 'vskiplines' 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 "cgroup.c:2132", # kernel/cgroup.c:2132:13: warning: 'root' may be used uninitialized in this function - "mdp5.xml.h:1038", # drivers/gpu/drm/msm/mdp/mdp5/mdp5.xml.h:1038:16: warning: 'uv_filter' may be used uninitialized in this function ]) # Capture the name of the object file, can find it.