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:
parent
0a46b62c87
commit
f47e8c3743
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue