summaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorHuang, Tao <huangtao@rock-chips.com>2015-12-09 11:56:23 +0800
committerHuang, Tao <huangtao@rock-chips.com>2015-12-09 11:56:59 +0800
commit9132a6ec92d1af5ab91fcc5d5f6a8bae2d091a30 (patch)
tree00fe54dffc94a009ca3f795860f3cb42c06e0433 /scripts/gcc-wrapper.py
parentda21bb714ed141a24d6d080f406d61bbfd273135 (diff)
rk: gcc-wrapper.py ignore af_unix.c:1026
Change-Id: Ie2152c35eb1b17339af95159bc5c60f9295d218d Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 47b2630fd0e6..7c6f6846dd68 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:911", # net/unix/af_unix.c:911:20: warning: 'hash' 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
"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