aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorIan Maund <imaund@codeaurora.org>2015-05-26 18:08:25 -0700
committerMatt Wagantall <mattw@codeaurora.org>2015-05-30 21:29:18 -0700
commitd45833aaea46b60176576c6ac3b313dafce9a1b4 (patch)
treeb1fcffa63f23cd15921a7872e0c1069a6b7487d5 /scripts/gcc-wrapper.py
parent679312675b09cd7a79d8a0b0f445a5da560e4599 (diff)
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>
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 698a898e5ce6..bd9c4df46273 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -40,8 +40,8 @@ import subprocess
# force LANG to be set to en_US.UTF-8 to get consistent warnings.
allowed_warnings = set([
- "return_address.c:63",
- "clkdev.c:47",
+ "fdt.c:932",
+ "hid-magicmouse.c:579",
])
# Capture the name of the object file, can find it.