From 845e433221417acdd340e7b415a0495cb9e290dc Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 18 Apr 2025 01:38:32 -0500 Subject: [PATCH] [turbine] Fix Mac build --- src/olympic/turbine/src/glfw/gfx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/olympic/turbine/src/glfw/gfx.cpp b/src/olympic/turbine/src/glfw/gfx.cpp index 9e1487c3..01a8df23 100644 --- a/src/olympic/turbine/src/glfw/gfx.cpp +++ b/src/olympic/turbine/src/glfw/gfx.cpp @@ -235,6 +235,7 @@ struct IconData { }; [[nodiscard]] +[[maybe_unused]] static ox::Result toGlfwImgPixels(ox::SpanView const &iconPng) noexcept { ox::Result out; unsigned w{}, h{};