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

Unified Diff: skia/SConscript

Issue 14113: Remove few more errors in mac scons build. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years 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 | « build/SConscript.main ('k') | webkit/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/SConscript
===================================================================
--- skia/SConscript (revision 6978)
+++ skia/SConscript (working copy)
@@ -37,8 +37,7 @@
],
)
elif env['PLATFORM'] in ('posix', 'darwin'):
- # Because images/SkStream.cpp has len asserts.
- env.Append(CCFLAGS = ['-Wno-unused-variable'])
+ env.Append(CCFLAGS = ['-Wno-unused'])
input_files = [
'animator/SkTime.cpp',
« no previous file with comments | « build/SConscript.main ('k') | webkit/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698