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:13 -0700 |
| commit | d9eb7eec12a470d8e5dbaae8b8d660cda4db3264 (patch) | |
| tree | 60f09ceef79155eb6bafb9c5785664b9409a36bc /scripts/gcc-wrapper.py | |
| parent | e49c7ba1e60dffcc9c40dfdb275f830223b4b54e (diff) | |
Update gcc-wrapper for 3.10
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
| -rwxr-xr-x | scripts/gcc-wrapper.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index b63a431f87e..869ed785280 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -41,10 +41,11 @@ import subprocess allowed_warnings = set([ "return_address.c:63", - "kprobes.c:1483", + "kprobes.c:1493", "rcutree.c:1614", - "af_unix.c:892", + "af_unix.c:893", "nl80211.c:58", + "jhash.h:137", ]) # Capture the name of the object file, can find it. |
