Sha256: b403be3e52087ca2520a908aef16884f6817d6dcb47eaaf639379096a03133c1

Contents?: true

Size: 1.28 KB

Versions: 11

Compression:

Stored size: 1.28 KB

Contents

diff --git a/build/common.gypi b/build/common.gypi
index 14bf0f9..301109a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -377,7 +377,8 @@
           ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', {
             'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
                         '-Wnon-virtual-dtor', '-Woverloaded-virtual',
-                        '-Wno-unused-private-field' ],
+                        '-Wno-unused-private-field', '-Wno-nested-anon-types',
+                        '-Wno-unused-function' ],
           }],
           ['OS=="linux" and v8_enable_backtrace==1', {
             # Support for backtrace_symbols.
diff --git a/build/standalone.gypi b/build/standalone.gypi
index c8d9b4f..ddd1693 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -99,7 +99,8 @@
         'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
                     '-Wnon-virtual-dtor', '-pthread', '-fno-rtti',
                     '-fno-exceptions', '-pedantic',
-                    '-Wno-unused-private-field' ],
+                    '-Wno-unused-private-field', '-Wno-nested-anon-types',
+                    '-Wno-unused-function' ],
         'ldflags': [ '-pthread', ],
         'conditions': [
           [ 'OS=="linux"', {

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
libv8-tmpfork-3.16.14.13 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.13 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.12 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.11 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.10 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.8 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.8.rc1 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.7 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.6 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.5 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch
libv8-3.16.14.4 patches/clang33/silence-nested-anon-types-and-unused-function-warnings.patch