1
0
Эх сурвалжийг харах

test: suppress warning due to unused variable

Michele Caini 2 жил өмнө
parent
commit
206110caaf

+ 1 - 1
test/entt/entity/table.cpp

@@ -2,5 +2,5 @@
 #include <entt/entity/table.hpp>
 
 TEST(Table, Placeholder) {
-    entt::table<int, char> table{};
+    [[maybe_unused]] entt::table<int, char> table{};
 }