diff options
| author | Rohit Vaswani <rvaswani@codeaurora.org> | 2013-02-12 14:32:38 -0800 |
|---|---|---|
| committer | Rohit Vaswani <rvaswani@codeaurora.org> | 2013-02-13 11:21:09 -0800 |
| commit | 0feabee65f969d157789bad8f73419f1770b8829 (patch) | |
| tree | 559231276287e15e612bf555d8d13a6f3196147b /scripts/gcc-wrapper.py | |
| parent | 09ef8f2b2350d1f9ec2d7b402cea0a21dac7d4db (diff) | |
scripts: gcc-wrapper: Add extents.c to allowed warning list
With gcc-4.5.3 compiler, we get the error:
In function 'ext4_ext_map_blocks':
kernel/fs/ext4/extents.c:2091:24:
warning: 'cex.ec_start' may be used uninitialized in this function
Change-Id: I460abf305a725deb3c3b06582518f8cd35314385
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
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 583a5cef99e..dfb0e131978 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. |
