aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/lua.gyp
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2016-04-25 11:45:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-25 11:45:35 -0700
commit460f40507e5dfb1324681b4b1cbe7b431f69e668 (patch)
tree666614188cb763b72635005323285390147b6c81 /gyp/lua.gyp
parent68758aed88b16d67658f634e8dcd855404fedb8a (diff)
Make clang the default Android compiler.
Diffstat (limited to 'gyp/lua.gyp')
-rw-r--r--gyp/lua.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/lua.gyp b/gyp/lua.gyp
index 5b160eb379..9991e7343c 100644
--- a/gyp/lua.gyp
+++ b/gyp/lua.gyp
@@ -69,7 +69,7 @@
],
[ 'skia_clang_build == 1', {
'cflags':[
- '-Wno-error',
+ '-w',
],
}],
],