scripts: gcc-wrapper: Allow upstream forbidden warnings

Bypass forbidden warnings in code coming from upstream in order to
avoid compilation errors for msm-3.18 and remove bypassed warnings
from msm-3.14.

Signed-off-by: Ian Maund <imaund@codeaurora.org>
This commit is contained in:
Ian Maund 2015-05-26 18:08:25 -07:00 committed by David Keitel
parent 0a46b62c87
commit f47e8c3743

View file

@ -40,8 +40,8 @@ import subprocess
# force LANG to be set to en_US.UTF-8 to get consistent warnings. # force LANG to be set to en_US.UTF-8 to get consistent warnings.
allowed_warnings = set([ allowed_warnings = set([
"return_address.c:63", "fdt.c:932",
"clkdev.c:47", "hid-magicmouse.c:579",
]) ])
# Capture the name of the object file, can find it. # Capture the name of the object file, can find it.