aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 757d9c2d08..a0a8105355 100644
--- 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',
],