summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHuang, Tao <huangtao@rock-chips.com>2016-12-13 19:08:20 +0800
committerHuang, Tao <huangtao@rock-chips.com>2016-12-13 19:19:42 +0800
commit7b689239397be57a89c012fda62b7a56f9573c81 (patch)
tree55862f69b036c464850ce7f00cdc72633d1d793f /scripts
parent340362965f91e0aefa503d47c8a1304efd647b67 (diff)
rk: gcc-wrapper.py ignore memcontrol.c:5355
Change-Id: Ic55a0e167d8158069efe136b5af61d49be17c17d 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 9e3dd7ef3592..c68821067395 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:5346", # mm/memcontrol.c:5274:12: warning: initialization from incompatible pointer type
+ "memcontrol.c:5355", # mm/memcontrol.c:5355:12: warning: initialization from incompatible pointer type
])
# Capture the name of the object file, can find it.