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

Commit 62ad0167 authored by Ravinder Konka's avatar Ravinder Konka Committed by Gerrit - the friendly Code Review server
Browse files

scripts: gcc-wrapper: Allow few forbidden warnings



Enabling PPPOPNS config will enable pppopns.c file
for compilation.Bypassing forbidden warnings in
pppopns by adding them to a whitelist in gcc-wrapper.

Change-Id: If2b3e76b4b467339d18d2cfe1c90828434e1ba07
Signed-off-by: default avatarRavinder Konka <rkonka@codeaurora.org>
parent f7d9868d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -44,6 +44,9 @@ allowed_warnings = set([
    "hid-magicmouse.c:579",
    "sysrq.c:956",
    "hci_sock.c:980",
    "pppopns.c:296",
    "pppopns.c:305",
    "pppopns.c:336",
 ])

# Capture the name of the object file, can find it.