File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ build:macos --copt=-Wall
34
34
build:macos --copt=-Wextra
35
35
build:macos --copt=-Werror
36
36
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
37
43
38
44
# Roborio
39
45
build:roborio --incompatible_enable_cc_toolchain_resolution
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ generatedFileExclude {
23
23
bazel-tests
24
24
BUILD.bazel
25
25
\.jinja2$
26
+ generate/vendor_dep.json$
26
27
}
27
28
28
29
repoRootNameOverride {
Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ build:macos --copt=-Wall
34
34
build:macos --copt=-Wextra
35
35
build:macos --copt=-Werror
36
36
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
37
43
38
44
# Roborio
39
45
build:roborio --incompatible_enable_cc_toolchain_resolution
You can’t perform that action at this time.
0 commit comments