Skip to content

Commit 564cc2b

Browse files
committed
Remove unused pybind copts
Since this target has no srcs these are unused
1 parent a29d777 commit 564cc2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pybind11-BUILD.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ cc_library(
2020
":msvc_compiler": [],
2121
"//conditions:default": [
2222
"-fexceptions",
23-
# Useless warnings
24-
"-Xclang-only=-Wno-undefined-inline",
25-
"-Xclang-only=-Wno-pragma-once-outside-header",
26-
"-Xgcc-only=-Wno-error", # no way to just disable the pragma-once warning in gcc
2723
],
2824
}),
2925
includes = ["include"],

0 commit comments

Comments
 (0)