From b90e5b3ee818ba2dd0c5ba6bd2446018727374fe Mon Sep 17 00:00:00 2001 From: Boaz Brickner Date: Mon, 26 May 2025 08:24:34 +0200 Subject: [PATCH] Remove -Wno-undefined-inline See https://github.com/pybind/pybind11/pull/5664 for context. --- pybind11-BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/pybind11-BUILD.bazel b/pybind11-BUILD.bazel index 5908ce1..12d45f4 100644 --- a/pybind11-BUILD.bazel +++ b/pybind11-BUILD.bazel @@ -21,7 +21,6 @@ cc_library( "//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 ],