aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/nanomsg.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/nanomsg.gyp b/gyp/nanomsg.gyp
index eeb64cd5dd..ed6b9dfe7e 100644
--- a/gyp/nanomsg.gyp
+++ b/gyp/nanomsg.gyp
@@ -114,7 +114,7 @@
# To refresh: cd third_party/externals/nanomsg; ./autogen.sh; ./configure; copy from Makefile.
'conditions': [
['skia_os == "linux"', {
- 'cflags': [ '-Wno-missing-field-initializers' ],
+ 'cflags': [ '-w' ],
'libraries': [
'-lpthread',
'-lanl', # Provides getaddrinfo_a and co.