File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 362
362
'<(ABSEIL_ROOT)/absl/time/time.h' ,
363
363
'<(ABSEIL_ROOT)/absl/time/time.cc' ,
364
364
'<(ABSEIL_ROOT)/absl/types/any.h' ,
365
- '<(ABSEIL_ROOT)/absl/types/bad_variant_access.cc' ,
366
- '<(ABSEIL_ROOT)/absl/types/bad_variant_access.h' ,
367
365
'<(ABSEIL_ROOT)/absl/types/compare.h' ,
368
366
'<(ABSEIL_ROOT)/absl/types/internal/span.h' ,
369
- '<(ABSEIL_ROOT)/absl/types/internal/variant.h' ,
370
367
'<(ABSEIL_ROOT)/absl/types/optional.h' ,
371
368
'<(ABSEIL_ROOT)/absl/types/span.h' ,
372
369
'<(ABSEIL_ROOT)/absl/types/variant.h' ,
Original file line number Diff line number Diff line change 129
129
'xcode_settings' : {
130
130
# -Wno-invalid-offsetof
131
131
'GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO' : 'NO' ,
132
+ 'OTHER_CFLAGS' : [
133
+ '-Wno-nullability-completeness' ,
134
+ ],
132
135
},
133
136
'msvs_settings' : {
134
137
'VCCLCompilerTool' : {
You can’t perform that action at this time.
0 commit comments