Skip to content

Commit fc7eaf2

Browse files
committed
Fix warning
1 parent cf75844 commit fc7eaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/game_sa/CDynamicPool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class CDynamicPool
150150
auto* nextPart = AllocateNewPart();
151151
currentSize += nextPart->GetCapacity();
152152
}
153-
catch (const std::bad_alloc& ex)
153+
catch (const std::bad_alloc&)
154154
{
155155
return false;
156156
}

0 commit comments

Comments
 (0)