Skip to content

Commit 304b1d8

Browse files
bricknerbMizux
authored andcommitted
Remove -Wno-undefined-inline
See pybind/pybind11#5664 for context.
1 parent e442ea9 commit 304b1d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pybind11-BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ cc_library(
2121
"//conditions:default": [
2222
"-fexceptions",
2323
# Useless warnings
24-
"-Xclang-only=-Wno-undefined-inline",
2524
"-Xclang-only=-Wno-pragma-once-outside-header",
2625
"-Xgcc-only=-Wno-error", # no way to just disable the pragma-once warning in gcc
2726
],

0 commit comments

Comments
 (0)