Chromium Code Reviews| Index: third_party/dmg_fp/dmg_fp.scons |
| diff --git a/third_party/dmg_fp/dmg_fp.scons b/third_party/dmg_fp/dmg_fp.scons |
| index d9614d0dededfc25bd610f7606a1596715aa078b..696aeb6e19dcd383874562420b5a49b5c76a68f9 100644 |
| --- a/third_party/dmg_fp/dmg_fp.scons |
| +++ b/third_party/dmg_fp/dmg_fp.scons |
| @@ -31,6 +31,7 @@ if env['PLATFORM'] in ('darwin', 'posix'): |
| # Disable only what's necessary. |
| env.Append( |
| CCFLAGS = [ |
| + '-Wno-uninitialized', |
| '-Wno-parentheses', |
| '-Wno-sign-compare', |
| '-Wno-unused-label', |