changed: add initializer

harmless and suppresses compiler diagnostics
This commit is contained in:
Arne Morten Kvarving 2022-06-27 14:40:38 +02:00
parent e2c99a28e7
commit 114753c459

View File

@ -265,7 +265,7 @@ public:
serializer.map(comp_map);
}
} else {
std::size_t size;
std::size_t size = 0;
serializer(size);
for (std::size_t i=0; i < size; i++) {
std::string well;