diff options
| author | Stephen Boyd <sboyd@codeaurora.org> | 2013-04-02 15:06:13 -0700 |
|---|---|---|
| committer | Stephen Boyd <sboyd@codeaurora.org> | 2013-09-04 14:18:11 -0700 |
| commit | 973bc356418e3dc3ed14d8d414c03c9be0040b94 (patch) | |
| tree | 1b71c60b803d90dca2cfd6c35b2b0f43b2aa6f69 /scripts/gcc-wrapper.py | |
| parent | 085fe3139247cb7e08963cde09e806c880792207 (diff) | |
Update gcc-wrapper for 3.10-rc5
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
| -rwxr-xr-x | scripts/gcc-wrapper.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 2010c57cdd2..17eac6615f0 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -42,8 +42,12 @@ import subprocess allowed_warnings = set([ "alignment.c:327", "mmu.c:602", - "return_address.c:62", + "return_address.c:63", "extents.c:2091", + "kprobes.c:1483", + "rcutree.c:1614", + "af_unix.c:892", + "nl80211.c:58", ]) # Capture the name of the object file, can find it. |
