Skip to content

Commit d4eec14

Browse files
committed
Specify -Wno-deprecated for gcc, take 2
Signed-off-by: Michael Warres <[email protected]>
1 parent abc9b10 commit d4eec14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ build:clang-tidy --output_groups=report
6565
build:gcc --action_env=BAZEL_COMPILER=gcc
6666
build:gcc --action_env=CC=gcc
6767
build:gcc --action_env=CXX=g++
68-
build:gcc --cxxopt -Wno-invalid-offsetof -Wno-deprecated
68+
build:gcc --cxxopt -Wno-invalid-offsetof
69+
build:gcc --cxxopt -Wno-deprecated
6970

7071
# Use Zig C/C++ compiler.
7172
build:zig-cc --incompatible_enable_cc_toolchain_resolution

0 commit comments

Comments
 (0)