File fix-gcc48.patch of Package v8.2395
Index: build/standalone.gypi
===================================================================
--- build/standalone.gypi (revision 11639)
+++ build/standalone.gypi (working copy)
@@ -150,6 +150,7 @@
or OS=="netbsd"', {
'target_defaults': {
'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
+ '-Wno-unused-local-typedefs', '-Wno-aggressive-loop-optimizations',
'-pthread', '-fno-exceptions', '-pedantic' ],
'cflags_cc': [ '-Wnon-virtual-dtor', '-fno-rtti' ],
'ldflags': [ '-pthread', ],