Skip to content

Commit 14ff95f

Browse files
committed
Gen stuff
1 parent 754416d commit 14ff95f

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.bazelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ build:macos --copt=-Wall
3434
build:macos --copt=-Wextra
3535
build:macos --copt=-Werror
3636
build:macos --copt=-std=c++20
37+
build:macos --cxxopt=-Wno-unused-parameter
38+
build:macos --cxxopt=-Wno-error=deprecated-declarations
39+
build:macos --cxxopt=-Wno-error=deprecated-enum-enum-conversion
40+
build:macos --cxxopt=-Wno-error=deprecated-anon-enum-enum-conversion
41+
build:macos --cxxopt=-Wno-error=inconsistent-missing-override
42+
build:macos --cxxopt=-Wno-error=overloaded-virtual
3743

3844
# Roborio
3945
build:roborio --incompatible_enable_cc_toolchain_resolution

.styleguide

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ generatedFileExclude {
2323
bazel-tests
2424
BUILD.bazel
2525
\.jinja2$
26+
generate/vendor_dep.json$
2627
}
2728

2829
repoRootNameOverride {

tests/.bazelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ build:macos --copt=-Wall
3434
build:macos --copt=-Wextra
3535
build:macos --copt=-Werror
3636
build:macos --copt=-std=c++20
37+
build:macos --cxxopt=-Wno-unused-parameter
38+
build:macos --cxxopt=-Wno-error=deprecated-declarations
39+
build:macos --cxxopt=-Wno-error=deprecated-enum-enum-conversion
40+
build:macos --cxxopt=-Wno-error=deprecated-anon-enum-enum-conversion
41+
build:macos --cxxopt=-Wno-error=inconsistent-missing-override
42+
build:macos --cxxopt=-Wno-error=overloaded-virtual
3743

3844
# Roborio
3945
build:roborio --incompatible_enable_cc_toolchain_resolution

0 commit comments

Comments
 (0)