Disable yet another GCC warning in Release_Developer mode.
authordjsollen <djsollen@google.com>
Mon, 2 May 2016 13:06:02 +0000 (06:06 -0700)
committerCommit 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

index 757d9c2..a0a8105 100644 (file)
                 # gcc has problems providing useful warnings of these types for
                 # optimized builds.
                 'cflags': [
+                  '-Wno-array-bounds',
                   '-Wno-maybe-uninitialized',
                   '-Wno-strict-overflow',
                 ],