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

Unified Diff: gyp/libwebp.gyp

Issue 894773002: Build in C++11 mode on Macs. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 11 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 | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libwebp.gyp
diff --git a/gyp/libwebp.gyp b/gyp/libwebp.gyp
index f5fda6b65db5f97208e6843709a974e71e613ef7..70fffdd925251c8c8fc7a2338c8c5e2898326850 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -165,9 +165,8 @@
'include_dirs': [
'../third_party/externals/libwebp/src',
],
- 'cflags': [
- '-Wno-unused-function', # In C++11 mode, we get this warning when including decode.h.
- ]
+ 'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
'conditions': [
['OS!="win"', {'product_name': 'webp'}],
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698