From d8e1c43164bcc46774f3a1342493a4a902729d07 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Wed, 1 Jul 2026 14:20:50 -0400 Subject: [PATCH] Ignore new clang warning from Boost.MP --- test/test_cbrt_from_math.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_cbrt_from_math.cpp b/test/test_cbrt_from_math.cpp index 35ec7821d..5a3895ed5 100644 --- a/test/test_cbrt_from_math.cpp +++ b/test/test_cbrt_from_math.cpp @@ -50,6 +50,8 @@ # pragma clang diagnostic ignored "-Wundef" # pragma clang diagnostic push # pragma clang diagnostic ignored "-Wunused-parameter" +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wdeprecated-declarations" #elif defined(__GNUC__) # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wfloat-equal"