X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Feventstringifier.cpp;h=b0f9d3077c4a3cb1a8aa3e17c2d0380f8bd6333d;hp=43d29d9ad22f415af186f355def9f4f0bc4bb3c3;hb=45affd4fa815bb21d0b2e46ac80114bb9174f801;hpb=707cd1f21f655c34a5c2b77b02832f283cb80f71 diff --git a/src/core/eventstringifier.cpp b/src/core/eventstringifier.cpp index 43d29d9a..b0f9d307 100644 --- a/src/core/eventstringifier.cpp +++ b/src/core/eventstringifier.cpp @@ -598,10 +598,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; }