diff options
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-x | scripts/gcc-wrapper.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index bd9c4df46273..230e1501219e 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -42,6 +42,8 @@ import subprocess allowed_warnings = set([ "fdt.c:932", "hid-magicmouse.c:579", + "sysrq.c:956", + "hci_sock.c:980", ]) # Capture the name of the object file, can find it. |