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 548d655085f..8e1e60cb7d5 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -41,6 +41,7 @@ import subprocess allowed_warnings = set([ "return_address.c:62", + "workqueue.c:480" ]) # Capture the name of the object file, can find it. |
