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:
Ian Maund 2015-07-28 16:08:22 -07:00
parent 7ccf4cfe7c
commit d66e1f13f4

View File

@ -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",
])