Resolve GCC Warnings

This commit is contained in:
Minty-Meeo
2022-05-01 03:12:28 -05:00
parent e50e45f400
commit 69e32dea52
10 changed files with 40 additions and 29 deletions

View File

@ -105,7 +105,7 @@ public:
case Mode::Read:
for (x.clear(); count != 0; --count)
{
V value;
V value = {};
Do(value);
x.insert(value);
}