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

Unified Diff: skia/SConscript

Issue 2418: Unignore most warnings on POSIX in build/SConscript.main. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « build/SConscript.main ('k') | third_party/icu38/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/SConscript
===================================================================
--- skia/SConscript (revision 2109)
+++ skia/SConscript (working copy)
@@ -37,9 +37,8 @@
],
)
elif env['PLATFORM'] in ('posix', 'darwin'):
- if '-Wall' in env['CCFLAGS']:
- # We're not responsible for bad warning hygiene in this third party code.
- env['CCFLAGS'].remove('-Wall')
+ # Because images/SkStream.cpp has len asserts.
+ env['CXXFLAGS'].append('-Wno-unused-variable')
input_files = [
'animator/SkTime.cpp',
« no previous file with comments | « build/SConscript.main ('k') | third_party/icu38/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698