diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2013-02-13 18:30:53 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2013-02-13 18:30:53 -0800 |
| commit | d4ca3a628145be2541e1686e99bf1dab2baa7573 (patch) | |
| tree | 2a1a7f1f1299ce7d61ec5b267ca3a4989d841c37 /scripts/gcc-wrapper.py | |
| parent | 4f75e5295c51bcdb98c0619c63dada9bf4b622c6 (diff) | |
| parent | 0feabee65f969d157789bad8f73419f1770b8829 (diff) | |
Merge "scripts: gcc-wrapper: Add extents.c to allowed warning list"
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. |
