diff options
| author | Ian Maund <imaund@codeaurora.org> | 2014-03-14 16:17:00 -0700 |
|---|---|---|
| committer | Ian Maund <imaund@codeaurora.org> | 2014-03-14 16:31:01 -0700 |
| commit | c40a8759bd14c20f3118fa0733adce71191d1f1b (patch) | |
| tree | 6d55f17b75348dd5deeca707ebcafffc5005ab35 /scripts/gcc-wrapper.py | |
| parent | 879cdf53f929b3ce3fe96d2402505233ce8a2078 (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-x | scripts/gcc-wrapper.py | 1 |
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. |
