Index: skia/SConscript |
=================================================================== |
--- skia/SConscript (revision 2034) |
+++ skia/SConscript (working copy) |
@@ -36,7 +36,7 @@ |
'/wd4800', |
], |
) |
-elif env['PLATFORM'] == 'posix': |
+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') |