summaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorHuang, Tao <huangtao@rock-chips.com>2016-05-13 14:11:37 +0800
committerHuang, Tao <huangtao@rock-chips.com>2016-05-13 14:11:37 +0800
commit0157f769a145cdc56ee2646925dc9f059f2f1f50 (patch)
tree31270da9d9dce5d5d6f02f21bd9e0a69df431307 /scripts/gcc-wrapper.py
parentf0161aad472599f8bb80ca8758fe30a60e627f56 (diff)
rk: gcc-wrapper.py ignore memcontrol.c:5271
This is LSK error, it should be fixed soon. Change-Id: I8ca70dd721e083f9c361b5ecec450f1834e18587 Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index b228b101450d..b424f2034cc7 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -53,6 +53,7 @@ allowed_warnings = set([
"inet_connection_sock.c:423", # net/ipv4/inet_connection_sock.c:423:283: warning: passing argument 1 of 'sock_i_uid' discards 'const' qualifier from pointer target type
"inet_connection_sock.c:460", # net/ipv4/inet_connection_sock.c:460:283: warning: passing argument 1 of 'sock_i_uid' discards 'const' qualifier from pointer target type
"watchdog.c:122", # kernel/watchdog.c:122:22: warning: 'hardlockup_allcpu_dumped' defined but not used
+ "memcontrol.c:5271", # mm/memcontrol.c:5271:2: warning: initialization from incompatible pointer type
])
# Capture the name of the object file, can find it.