Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c40a8759 authored by Ian Maund's avatar Ian Maund
Browse files

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: default avatarIan Maund <imaund@codeaurora.org>
parent 879cdf53
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.