mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-11-27 14:11:04 +00:00
scripts: Update gcc-wrapper to bypass forbidden warnings from upstream
Bypass the following forbidden warnings being introduced by upstream changes. Once these warnings are corrected, they can be removed. arch/arm/include/asm/cmpxchg.h:201:3: warning: value computed is not used [-Wunused-value] Signed-off-by: Ian Maund <imaund@codeaurora.org>
This commit is contained in:
parent
7ccf4cfe7c
commit
d66e1f13f4
@ -46,7 +46,7 @@ allowed_warnings = set([
|
||||
"af_unix.c:893",
|
||||
"nl80211.c:58",
|
||||
"jhash.h:137",
|
||||
"cmpxchg.h:162",
|
||||
"cmpxchg.h:201",
|
||||
"ping.c:87",
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user