summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-15 16:06:35 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-15 16:06:35 +0000
commit3f96abd259a9b719df4122ced56cd276501417ee (patch)
tree9bf31c13ea734f319c770f941245a756732ab0c4 /skia
parentde3d02bea60d61158ab0ceb3cdd311c46b3b715c (diff)
downloadchromium_src-3f96abd259a9b719df4122ced56cd276501417ee.zip
chromium_src-3f96abd259a9b719df4122ced56cd276501417ee.tar.gz
chromium_src-3f96abd259a9b719df4122ced56cd276501417ee.tar.bz2
Remove few more errors in mac scons build.
BUG=5525 Review URL: http://codereview.chromium.org/14113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6981 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/skia/SConscript b/skia/SConscript
index ae26b3e..22a3e3d 100644
--- a/skia/SConscript
+++ b/skia/SConscript
@@ -37,8 +37,7 @@ if env['PLATFORM'] == 'win32':
],
)
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',