[build] Switch off warning on gcc bots.

Switch off maybe-uninitialized warning as it gives often
false positives with optimizations in gcc.

NOTRY=true
TBR=bmeurer@chromium.org, zhengxing.li@intel.com, caitp@igalia.com, ahaas@chromium.org

Committed: https://crrev.com/0ef0d5b2b8cffd1e3647d79c5ba19752bbbc469c
Review-Url: https://codereview.chromium.org/2425913002
Cr-Original-Commit-Position: refs/heads/master@{#40382}
Cr-Commit-Position: refs/heads/master@{#40394}
This commit is contained in:
machenbach 2016-10-18 03:47:45 -07:00 committed by Commit bot
parent 60cb6013d4
commit c2c6a9a635

View File

@ -503,7 +503,10 @@
},
'conditions':[
['clang==0', {
'cflags+': ['-Wno-sign-compare',],
'cflags+': [
'-Wno-sign-compare',
'-Wno-uninitialized',
],
}],
['clang==1 or host_clang==1', {
# This is here so that all files get recompiled after a clang roll and