fix: PVS-Studio V522 mark false

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
Vyacheslav Ivanov
2024-08-03 23:00:10 +03:00
committed by Pugemon
parent 4efa574eec
commit 3621e7ce1b
18 changed files with 81 additions and 81 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
indices.push_back(i);
}
for (size_t i = 0; i < unitIndices.count(); i++) {
names.push_back(unitIndices.get(i)->name);
names.push_back(unitIndices.get(i)->name); //FIXME: .get(i) potentional null pointer //-V522
}
for (size_t i = unitIndices.count(); i < count; i++) {
names.emplace_back("");