Chromium Code Reviews| Index: SConstruct |
| diff --git a/SConstruct b/SConstruct |
| index d4eaebef8debd1fd459ddf6bd662e8c46ede37e3..1043b51ec4b4d908fa49c7bddf47a0cc23f9093d 100644 |
| --- a/SConstruct |
| +++ b/SConstruct |
| @@ -299,7 +299,7 @@ V8_EXTRA_FLAGS = { |
| '-Wnon-virtual-dtor'] |
| }, |
| 'os:win32': { |
| - 'WARNINGFLAGS': ['-pedantic', '-Wno-long-long'] |
| + 'WARNINGFLAGS': ['-pedantic', '-Wno-long-long', '-Wno-pedantic-ms-format'] |
| }, |
| 'os:linux': { |
| 'WARNINGFLAGS': ['-pedantic'], |