We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29d777 commit 564cc2bCopy full SHA for 564cc2b
pybind11-BUILD.bazel
@@ -20,10 +20,6 @@ cc_library(
20
":msvc_compiler": [],
21
"//conditions:default": [
22
"-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
27
],
28
}),
29
includes = ["include"],
0 commit comments