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

Unified Diff: gyp/libwebp.gyp

Issue 1400343005: Reenable warnings in src/codec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Response to comments Created 5 years, 2 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/images.gyp ('k') | src/codec/SkBmpMaskCodec.cpp » ('j') | 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 2978cd9875b0ebe874ef990ec13cb5378137f4b5..cff74f6c55f54f6d5e568bc0b5daacdab0eec880 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -243,8 +243,6 @@
'include_dirs': [
'../third_party/externals/libwebp/src',
],
- 'cflags': [ '-w' ],
- 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
'conditions': [
['OS!="win"', {'product_name': 'webp'}],
« no previous file with comments | « gyp/images.gyp ('k') | src/codec/SkBmpMaskCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698