summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHuang, Tao <huangtao@rock-chips.com>2016-07-06 11:04:57 +0800
committerHuang, Tao <huangtao@rock-chips.com>2016-07-06 11:06:16 +0800
commit056440a835d3a484edc444d6f7aa26229aff547f (patch)
treeec135c039caa4c00a658cb0b43c60f880496c862 /scripts
parent87db4badda31d585f50fa7c677df56f91163ee4c (diff)
rk: gcc-wrapper.py ignore memcontrol.c:5274
Change-Id: I353e7681cb3b6dc9a9019479d3f2628449b8ee54 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 e5baf38726cf..e6431a0216e8 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:5271", # mm/memcontrol.c:5271:2: warning: initialization from incompatible pointer type
+ "memcontrol.c:5274", # mm/memcontrol.c:5274:12: warning: initialization from incompatible pointer type
])
# Capture the name of the object file, can find it.