Skip to content

Commit

Permalink
Remove unused pybind copts
Browse files Browse the repository at this point in the history
Since this target has no srcs these are unused
  • Loading branch information
keith committed Jul 1, 2024
1 parent a29d777 commit 564cc2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pybind11-BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ cc_library(
":msvc_compiler": [],
"//conditions:default": [
"-fexceptions",
# Useless warnings
"-Xclang-only=-Wno-undefined-inline",
"-Xclang-only=-Wno-pragma-once-outside-header",
"-Xgcc-only=-Wno-error", # no way to just disable the pragma-once warning in gcc
],
}),
includes = ["include"],
Expand Down

0 comments on commit 564cc2b

Please sign in to comment.