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)