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

Unified Diff: gyp/utils.gyp

Issue 12480002: Fixing some warnings on Linux (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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
Index: gyp/utils.gyp
===================================================================
--- gyp/utils.gyp (revision 7997)
+++ gyp/utils.gyp (working copy)
@@ -249,6 +249,11 @@
'-Werror',
],
}],
+ ['skia_os in ["android", "linux", "freebsd", "openbsd", "solaris", "nacl"]', {
sugoi 2013/03/05 21:39:35 Oops, "android" shouldn't be in this list. Removed
+ 'cflags!': [
+ '-Werror',
+ ],
+ }],
],
},
],
« no previous file with comments | « gyp/libjpeg.gyp ('k') | src/gpu/gr_unittests.cpp » ('j') | src/gpu/gr_unittests.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698