diff options
| author | Rohit Vaswani <rvaswani@codeaurora.org> | 2013-02-12 14:32:38 -0800 |
|---|---|---|
| committer | Stephen Boyd <sboyd@codeaurora.org> | 2013-09-04 14:17:46 -0700 |
| commit | 2a57ebded0bec1b7b05276a809a173b9e666223b (patch) | |
| tree | 89665423d1e9cc7f564b43240f2df9945132cde3 /scripts/gcc-wrapper.py | |
| parent | a3f3de956b76df5a982c0c63183ae3813d330261 (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 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. |
