From fa5c134b33c1bec15ded6861a91d19adb4729a0d Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 29 Aug 2025 19:33:09 -0400 Subject: [PATCH] xo-imgui: clang compiler nits --- include/xo/unit/quantity.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/unit/quantity.hpp b/include/xo/unit/quantity.hpp index 0760d428..178cf2e9 100644 --- a/include/xo/unit/quantity.hpp +++ b/include/xo/unit/quantity.hpp @@ -508,7 +508,7 @@ namespace xo { && Q1::always_constexpr_unit && Q2::always_constexpr_unit) constexpr auto - with_units_from(const Q1 & x, const Q2 & y) + with_units_from(const Q1 & x, const Q2 & /*y*/) { return x.template rescale_ext(); }