Skip to content

Commit b27f97e

Browse files
committed
tools: update V8 gypfiles for 13.6
1 parent 9aa33c2 commit b27f97e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/v8_gypfiles/abseil.gyp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,8 @@
363363
'<(ABSEIL_ROOT)/absl/time/time.h',
364364
'<(ABSEIL_ROOT)/absl/time/time.cc',
365365
'<(ABSEIL_ROOT)/absl/types/any.h',
366-
'<(ABSEIL_ROOT)/absl/types/bad_variant_access.cc',
367-
'<(ABSEIL_ROOT)/absl/types/bad_variant_access.h',
368366
'<(ABSEIL_ROOT)/absl/types/compare.h',
369367
'<(ABSEIL_ROOT)/absl/types/internal/span.h',
370-
'<(ABSEIL_ROOT)/absl/types/internal/variant.h',
371368
'<(ABSEIL_ROOT)/absl/types/optional.h',
372369
'<(ABSEIL_ROOT)/absl/types/span.h',
373370
'<(ABSEIL_ROOT)/absl/types/variant.h',

tools/v8_gypfiles/toolchain.gypi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@
156156
'xcode_settings': {
157157
# -Wno-invalid-offsetof
158158
'GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO': 'NO',
159+
'OTHER_CFLAGS': [
160+
'-Wno-nullability-completeness',
161+
],
159162
},
160163
'msvs_settings': {
161164
'VCCLCompilerTool': {

0 commit comments

Comments
 (0)