Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Oct 19, 2024
1 parent 39c9d0c commit 7a2d420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/bazel/compiler_flags/osx_flags.rc
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ build:macos --linkopt=-Wl,-rpath,'@loader_path'"
# Things not in nativetools
build:macos --copt=-Wno-shorten-64-to-32

build:macos --per_file_copt=external/zlib/...@-Wno-deprecated-non-prototype
build:macos --per_file_copt=external/zlib/.*\.c@-Wno-deprecated-non-prototype
2 changes: 1 addition & 1 deletion shared/bazel/compiler_flags/roborio_flags.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ build:roborio --cxxopt=-Wno-error=deprecated-declarations
# Extra 11
build:roborio --cxxopt=-Wno-error=deprecated-enum-enum-conversion

build:roborio --per_file_copt=external/zlib/...@-Wno-deprecated-non-prototype
build:roborio --per_file_copt=external/zlib/.*\.c@-Wno-deprecated-non-prototype

0 comments on commit 7a2d420

Please sign in to comment.