aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorBryan Huntsman <bryanh@codeaurora.org>2013-05-22 14:17:47 -0700
committerStephen Boyd <sboyd@codeaurora.org>2013-09-04 14:18:11 -0700
commit3fc237da2b9772cd14cfe12fed9a7c8302795acb (patch)
tree64186d4c0a2d32f794f6a0a28c1cc7e3b481b884 /scripts/gcc-wrapper.py
parent973bc356418e3dc3ed14d8d414c03c9be0040b94 (diff)
gcc-wrapper: trim whitelist for gcc 4.7
With recent code and defconfig changes, the number warnings needing to be ignored has gone done. Update the wrapper accordingly. Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 17eac6615f0..b63a431f87e 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -40,10 +40,7 @@ import subprocess
# force LANG to be set to en_US.UTF-8 to get consistent warnings.
allowed_warnings = set([
- "alignment.c:327",
- "mmu.c:602",
"return_address.c:63",
- "extents.c:2091",
"kprobes.c:1483",
"rcutree.c:1614",
"af_unix.c:892",