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{};