File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ build --workspace_status_command="bash bazel/build-version.sh"
13
13
common:unix --cxxopt=-xc++ --host_cxxopt=-xc++ --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --client_env=BAZEL_CXXOPTS=-std=c++17
14
14
# Skip -Wno-unknown-warning-option on Windows. It doesn't work.
15
15
common:unix --cxxopt="-Wno-unknown-warning-option" --host_cxxopt="-Wno-unknown-warning-option"
16
+ # TODO: this looks like benign where it happens but to be explored further. Skip it on Windows. It doesn't work.
17
+ common:unix --cxxopt="-Wno-dangling-reference" --host_cxxopt="-Wno-dangling-reference"
16
18
common:linux --config=unix
17
19
common:freebsd --config=unix --linkopt=-lm --host_linkopt=-lm
18
20
common:openbsd --config=unix --linkopt=-lm --host_linkopt=-lm
@@ -28,8 +30,6 @@ common:macos --features=-supports_dynamic_linker --linkopt=-framework --linkopt=
28
30
# Since we use designated initializers (C99 ... but >= c++20), compiler really wants the c++20 mode
29
31
common:windows --compiler=clang-cl --cxxopt=/std:c++20 --host_cxxopt=/std:c++20 --client_env=BAZEL_CXXOPTS=/std:c++20
30
32
31
- # TODO: this looks like benign where it happens but to be explored further
32
- build --cxxopt="-Wno-dangling-reference" --host_cxxopt="-Wno-dangling-reference"
33
33
# Newer bisons create an unused label.
34
34
build --cxxopt="-Wno-unused-label" --host_cxxopt="-Wno-unused-label"
35
35
# c++20 warning on protobuf 28.1
You can’t perform that action at this time.
0 commit comments