aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorIan Maund <imaund@codeaurora.org>2014-03-14 16:17:00 -0700
committerIan Maund <imaund@codeaurora.org>2014-03-14 16:31:01 -0700
commitc40a8759bd14c20f3118fa0733adce71191d1f1b (patch)
tree6d55f17b75348dd5deeca707ebcafffc5005ab35 /scripts/gcc-wrapper.py
parent879cdf53f929b3ce3fe96d2402505233ce8a2078 (diff)
scripts: gcc-wrapper: Allow warnings from google-common
3rd party Google-common code contains the following forbidden warning when compiling. Once the remote corrects this warning, this change should be removed. ping.c:87:27: warning: assignment from incompatible pointer type Change-Id: I278bc583884576ded13585f35f8be5ab9b2c5eef Signed-off-by: Ian Maund <imaund@codeaurora.org>
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 001cc444e75..83f7e99da3b 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -47,6 +47,7 @@ allowed_warnings = set([
"nl80211.c:58",
"jhash.h:137",
"cmpxchg.h:162",
+ "ping.c:87",
])
# Capture the name of the object file, can find it.