diff options
Diffstat (limited to 'scripts/gcc-wrapper.py')
| -rwxr-xr-x | scripts/gcc-wrapper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 869ed785280..001cc444e75 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -46,6 +46,7 @@ allowed_warnings = set([ "af_unix.c:893", "nl80211.c:58", "jhash.h:137", + "cmpxchg.h:162", ]) # Capture the name of the object file, can find it. |
