From: Huang, Tao Date: Mon, 23 Nov 2015 12:56:39 +0000 (+0800) Subject: rk: gcc-wrapper.py ignore af_unix.c:911 X-Git-Tag: firefly_0821_release~3597 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4c9b02f4f89de24bd773382f060a06f56db65071;p=firefly-linux-kernel-4.4.55.git rk: gcc-wrapper.py ignore af_unix.c:911 Change-Id: Iaced1cec184a034f3ac2d860fa9cdbf33d37c12e Signed-off-by: Huang, Tao --- diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 7a99344d6651..ef82f8354ad9 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -42,7 +42,7 @@ 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:910", # net/unix/af_unix.c:910:20: warning: 'hash' may be used uninitialized in this function + "af_unix.c:911", # net/unix/af_unix.c:911: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