Skip to content

Commit f1e8ca3

Browse files
authored
[ci] Remove -Wnullability-completeness warnings for macosx (#5160)
1 parent 4486462 commit f1e8ca3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ build:macos --cxxopt=-Wno-sign-compare --host_cxxopt=-Wno-sign-compare
5454
build:macos --cxxopt=-Wno-dangling-field --host_cxxopt=-Wno-dangling-field
5555
build:macos --cxxopt=-Wno-range-loop-construct --host_cxxopt=-Wno-range-loop-construct
5656
build:macos --cxxopt=-mmacos-version-min=10.15 --host_cxxopt=-mmacos-version-min=10.15
57+
build:macos --cxxopt=-Wno-nullability-completeness --host_cxxopt=-Wno-nullability-completeness
5758

5859
###############################################################################
5960
# Options for Windows.

0 commit comments

Comments
 (0)