mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
AK: Make Vector use size_t for its size and capacity
This commit is contained in:
@@ -125,7 +125,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
ASSERT(nwritten == buffer.size());
|
||||
ASSERT(static_cast<size_t>(nwritten) == buffer.size());
|
||||
}
|
||||
|
||||
void drain_messages_from_client()
|
||||
|
||||
Reference in New Issue
Block a user