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 27e76a74f9d..2010c57cdd2 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -43,6 +43,7 @@ allowed_warnings = set([ "alignment.c:327", "mmu.c:602", "return_address.c:62", + "extents.c:2091", ]) # Capture the name of the object file, can find it. |
