We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2e480 commit 2e1e2b7Copy full SHA for 2e1e2b7
1 file changed
src/serializeqt/SerializerQt.cpp
@@ -1262,7 +1262,7 @@ void SerializerQt::Internal::serializeArrayBytesFixed(const std::vector<Bytes>&
1262
}
1263
for (std::uint32_t i = size; i < sizeFixed; ++i)
1264
{
1265
- BytesElement empty;
+ BytesElement empty{};
1266
serializeArray(&empty, 0);
1267
1268
@@ -1280,7 +1280,7 @@ void SerializerQt::Internal::serializeArrayBytesFixed(const std::vector<std::str
1280
1281
1282
1283
1284
1285
1286
0 commit comments