addressed a few things pointed out by static analysis
* marking move assignments noexcept * using [[fallthrough]] consistently. * getting rid of alloca.
This commit is contained in:
parent
35e56d3f42
commit
f13ae3b706
9 changed files with 14 additions and 18 deletions
|
|
@ -400,7 +400,7 @@ static void GroupLinePortals(FLevelLocals *Level)
|
|||
|
||||
for (unsigned i = 0; i < Level->linePortals.Size(); i++)
|
||||
{
|
||||
auto port = Level->linePortals[i];
|
||||
const auto& port = Level->linePortals[i];
|
||||
bool gotsome;
|
||||
|
||||
if (tempindex[i] == -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue