From c40a8759bd14c20f3118fa0733adce71191d1f1b Mon Sep 17 00:00:00 2001 From: Ian Maund Date: Fri, 14 Mar 2014 16:17:00 -0700 Subject: 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 --- scripts/gcc-wrapper.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/gcc-wrapper.py') 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. -- cgit v1.2.3