X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Feventstringifier.cpp;h=ae1b2b04965c7dc13339d672d15271a9d69b8bfb;hb=aa6284fdde437d69df96a18a856f646220a02400;hp=66f0e274d12e546d25653754ea28d3c45508af3a;hpb=bf0538e811cfdd4100f7da15868e3cdc52955ae1;p=quassel.git diff --git a/src/core/eventstringifier.cpp b/src/core/eventstringifier.cpp index 66f0e274..ae1b2b04 100644 --- a/src/core/eventstringifier.cpp +++ b/src/core/eventstringifier.cpp @@ -531,10 +531,13 @@ void EventStringifier::processIrcEvent322(IrcEvent *e) switch (e->params().count()) { case 3: topic = e->params()[2]; + [[fallthrough]]; case 2: userCount = e->params()[1].toUInt(); + [[fallthrough]]; case 1: channelName = e->params()[0]; + [[fallthrough]]; default: break; }