Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 7952bdca90dd28bc83dc71a8d617745a9b55944f..cf448f38673559de322e675b5500f8de6e1905e0 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -189,7 +189,8 @@ |
or OS=="netbsd"', { |
'target_defaults': { |
'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter', |
- '-pthread', '-fno-exceptions', '-pedantic' ], |
+ '-Wno-long-long', '-pthread', '-fno-exceptions', |
+ '-pedantic' ], |
'cflags_cc': [ '-Wnon-virtual-dtor', '-fno-rtti' ], |
'ldflags': [ '-pthread', ], |
'conditions': [ |