Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1120)

Unified Diff: gyp/nanomsg.gyp

Issue 437323002: disable all warnings from nanomsg (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/nanomsg.gyp
diff --git a/gyp/nanomsg.gyp b/gyp/nanomsg.gyp
index eeb64cd5dd018e9e9c44bad57e3ff98be7eaf776..ed6b9dfe7e0382b11a64a716cfe9777b4b037d2b 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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698