mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd:Ⓜ️:vm: Add case for counter value to quash warning.
This commit is contained in:
parent
a0ae5162eb
commit
ad6bd68b80
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ ircd::m::vm::reflect(const enum phase &code)
|
|||
case phase::RETIRE: return "RETIRE";
|
||||
case phase::NOTIFY: return "NOTIFY";
|
||||
case phase::EFFECTS: return "EFFECTS";
|
||||
case phase::_NUM_: break;
|
||||
}
|
||||
|
||||
return "??????";
|
||||
|
|
Loading…
Reference in a new issue