Fix msvc warning

This commit is contained in:
greg7mdp
2024-10-30 08:18:42 -04:00
parent 22a7f6ca72
commit 2d0b499273
+2 -1
View File
@@ -337,8 +337,9 @@ inline ctrl_t* EmptyGroup() {
kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty};
return const_cast<ctrl_t*>(empty_group);
} else {
return nullptr;
}
return nullptr;
}
// --------------------------------------------------------------------------