Chromium Code Reviews

Unified Diff: gyp/libjpeg.gyp

Issue 12521010: Turning on warning as error on Linux (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « gyp/jsoncpp.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libjpeg.gyp
===================================================================
--- gyp/libjpeg.gyp (revision 8038)
+++ gyp/libjpeg.gyp (working copy)
@@ -93,6 +93,11 @@
'-Werror',
],
}],
+ ['OS in ["linux", "freebsd", "openbsd", "solaris", "nacl"]', {
+ 'cflags!': [
+ '-Werror',
+ ],
+ }],
],
},
],
« no previous file with comments | « gyp/jsoncpp.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine