fixing compilation issues

This commit is contained in:
Kbz-8
2024-09-15 09:03:52 +02:00
parent 7079e1e42d
commit 527a88ebaa
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
namespace mlx
{
GraphicsSupport::GraphicsSupport(std::size_t w, std::size_t h, NonOwningPtr<Texture> render_target, int id) :
GraphicsSupport::GraphicsSupport([[maybe_unused]] std::size_t w, [[maybe_unused]] std::size_t h, NonOwningPtr<Texture> render_target, int id) :
m_put_pixel_manager(&m_renderer),
p_window(nullptr),
m_id(id),