diff options
| author | Ian Maund <imaund@codeaurora.org> | 2014-02-12 17:29:35 -0800 |
|---|---|---|
| committer | Ian Maund <imaund@codeaurora.org> | 2014-02-13 10:40:19 -0800 |
| commit | 150d59ceb1bfa3ce40b4b0ba32f1d7fc58fcbd6b (patch) | |
| tree | bbbf17152e58b4ac39f09d3e072f74245e75f665 /scripts/gcc-wrapper.py | |
| parent | 438a0c76aa84231086f898d052903e29ab073e2d (diff) | |
scripts: gcc-wrapper: Allow warnings from 3.10.28
Linux-stable v 3.10.28 contains the following forbidden warning when
compiling for 64-bit architectures. Once the remote corrects this warning,
this change should be removed.
arch/arm64/include/asm/cmpxchg.h:162:3: warning: value computed is not used
Change-Id: Ia1c530a9821ee69623950b43a6a7fe130cbaaa04
Signed-off-by: Ian Maund <imaund@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 869ed785280..001cc444e75 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -46,6 +46,7 @@ allowed_warnings = set([ "af_unix.c:893", "nl80211.c:58", "jhash.h:137", + "cmpxchg.h:162", ]) # Capture the name of the object file, can find it. |
