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

Unified Diff: gyp/libjpeg.gyp

Issue 175383002: Fix warnings on Ubuntu13 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Respond to comments. Created 6 years, 10 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 | gyp/libwebp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libjpeg.gyp
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp
index 88ba2984754fb6ad88326c7ba4e9012878acb31c..b10ee8c6e42744c0131535615a2ae44cca97c88c 100644
--- a/gyp/libjpeg.gyp
+++ b/gyp/libjpeg.gyp
@@ -101,14 +101,10 @@
'../third_party/externals/libjpeg',
],
},
- 'conditions': [
- [ 'skia_os != "win"', {
- 'product_name': 'jpeg',
- 'cflags': [
- '-Wno-main', # supresses warnings about naming things "main"
- ],
- }],
+ 'cflags': [
+ '-w', # supresses warnings
],
+
},
],
}, {
« no previous file with comments | « no previous file | gyp/libwebp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698