From 2ffe0c4860b456ba353fdebc41e11d35c608b785 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Tue, 14 Apr 2026 19:56:45 +0200 Subject: [PATCH] fix unused --- Bigfoot/Tests/Engine/BigFile/BigFile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bigfoot/Tests/Engine/BigFile/BigFile.cpp b/Bigfoot/Tests/Engine/BigFile/BigFile.cpp index aa29a98..9e35266 100644 --- a/Bigfoot/Tests/Engine/BigFile/BigFile.cpp +++ b/Bigfoot/Tests/Engine/BigFile/BigFile.cpp @@ -302,7 +302,9 @@ TEST_F(BigFileFixture, Reflection) for (const auto test: *reflection->root_table()->fields()) { + [[maybe_unused]] std::string typeName; + [[maybe_unused]] bool isRef = false; if (test->type()->base_type() == reflection::BaseType::Obj)