Chromium Code Reviews| Index: base/base_lib.scons |
| =================================================================== |
| --- base/base_lib.scons (revision 5817) |
| +++ base/base_lib.scons (working copy) |
| @@ -92,7 +92,7 @@ |
| '/wd4554', |
| ], |
| ) |
| -else: |
| +elif env_dmg_fp['PLATFORM'] == 'posix': |
| env_dmg_fp['CXXFLAGS'].remove('-Wall') |
| env_dmg_fp['CXXFLAGS'].append('-Wno-write-strings') |