test: suppress a warning

This commit is contained in:
Michele Caini
2020-09-13 12:41:07 +02:00
parent d766c39791
commit 3fcd82abad

View File

@@ -38,7 +38,7 @@ struct listener {
--counter;
}
entt::entity last;
entt::entity last{entt::null};
int counter{0};
};