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

Unified Diff: gyp/libwebp.gyp

Issue 361723002: Have Clang builders build in C++11 mode. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: try again Created 6 years, 6 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 22a51ba13f42b3e17ab2e48e1159b2a9b70557b5..64ad971798b538e83c4b37be2fa1e660de90697b 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -4,6 +4,7 @@
{
'variables': {
+ 'skia_warnings_as_errors': 0,
'conditions':[
['skia_android_framework == 1', {
'use_system_libwebp': 1,
@@ -159,6 +160,9 @@
'include_dirs': [
'../third_party/externals/libwebp/src',
],
+ 'cflags': [
+ '-Wno-unused-function', # In C++11 mode, we get this warning when including decode.h.
+ ]
},
'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