diff options
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-x | scripts/gcc-wrapper.py | 4 |
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. |