projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2275017
)
Disable yet another GCC warning in Release_Developer mode.
author
djsollen
<djsollen@google.com>
Mon, 2 May 2016 13:06:02 +0000
(06:06 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Mon, 2 May 2016 13:06:02 +0000
(06:06 -0700)
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=
1934293002
Review-Url: https://codereview.chromium.org/
1934293002
gyp/common.gypi
patch
|
blob
|
history
diff --git
a/gyp/common.gypi
b/gyp/common.gypi
index 757d9c2d08870a119d8024ee9ce57f86fa1dc0e3..a0a8105355504f416054cee185d987c038ab26ce 100644
(file)
--- a/
gyp/common.gypi
+++ b/
gyp/common.gypi
@@
-103,6
+103,7
@@
# gcc has problems providing useful warnings of these types for
# optimized builds.
'cflags': [
+ '-Wno-array-bounds',
'-Wno-maybe-uninitialized',
'-Wno-strict-overflow',
],