diff options
| author | Bryan Huntsman <bryanh@codeaurora.org> | 2013-05-22 14:17:47 -0700 |
|---|---|---|
| committer | Bryan Huntsman <bryanh@codeaurora.org> | 2013-06-03 16:11:10 -0700 |
| commit | dac02719fbc6a0361ddcd56c639a921830d42692 (patch) | |
| tree | 18c3275b1a1156d8d056b8e9876bc788461caab8 /scripts/gcc-wrapper.py | |
| parent | d95a81408916dbc98697841158c3da1c3d89087c (diff) | |
gcc-wrapper: trim whitelist for gcc 4.7
With recent code and defconfig changes, the number warnings needing to
be ignored has gone done. Update the wrapper accordingly.
Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
| -rwxr-xr-x | scripts/gcc-wrapper.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 2010c57cdd2..548d655085f 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -40,10 +40,7 @@ import subprocess # force LANG to be set to en_US.UTF-8 to get consistent warnings. 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. |
