mirror of
https://github.com/anope/anope.git
synced 2026-07-10 09:23:14 +02:00
Fix a warning when building with Clang.
This commit is contained in:
@@ -159,7 +159,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Unqueue(NickCore *nc, size_t idx)
|
||||
bool Unqueue(NickCore *nc, size_t idx) override
|
||||
{
|
||||
auto *q = queue.Get(nc);
|
||||
if (!q || idx > q->size())
|
||||
|
||||
Reference in New Issue
Block a user