CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-27 13:30:51 +02:00
parent b526eed346
commit 25a3c109c1
24 changed files with 59 additions and 42 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ struct PackerNames {
const Options *o;
PackerNames() : names_count(0), o(nullptr) {}
void add(const PackerBase *pb) {
assert(names_count < 64);
assert_noexcept(names_count < 64);
names[names_count].fname = pb->getFullName(o);
names[names_count].sname = pb->getName();
names_count++;