summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHuang, Tao <huangtao@rock-chips.com>2016-11-07 10:47:20 +0800
committerHuang, Tao <huangtao@rock-chips.com>2016-11-07 10:47:20 +0800
commita1d4fafab52de44aacd1ee1753d80d8ca175f427 (patch)
tree6e24831424e8c7647f1d3776e1dc6b49eee0a14b /scripts
parenta626d4bbd62e0ee072cc2327c53635f761ead416 (diff)
rk: gcc-wrapper.py ignore memcontrol.c:5346
Change-Id: I19b5f58f395cce934fe2efbb01267576b7772c02 Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
Diffstat (limited to 'scripts')
-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 e6431a0216e8..9e3dd7ef3592 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:5346", # mm/memcontrol.c:5274:12: warning: initialization from incompatible pointer type
])
# Capture the name of the object file, can find it.