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

Unified Diff: gyp/nanomsg.gyp

Issue 803113003: Silence warnings from libnanomsg on Mac like we do on Linux. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 ed6b9dfe7e0382b11a64a716cfe9777b4b037d2b..eba72ae4ae1b55406641c41e9cce82c299f03c81 100644
--- a/gyp/nanomsg.gyp
+++ b/gyp/nanomsg.gyp
@@ -167,6 +167,9 @@
],
}],
['skia_os == "mac"', {
+ 'xcode_settings': {
+ 'WARNING_CFLAGS': [ '-w' ],
+ },
'defines=': [ # equals sign throws away most Skia defines (just noise)
'HAVE_ARPA_INET_H',
'HAVE_DLFCN_H',
« 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