X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Feventstringifier.cpp;h=f43e547a11c44d6255960f47ebd0aecaa0c00d32;hp=c7da8d78b5279beecdfdf69bfec90977d3ff14d2;hb=d1aa795013aaebe5ca57353d6077b0007b489832;hpb=767e5f04ab1aff5ea98e9d3bf67d8f22043bf90c diff --git a/src/core/eventstringifier.cpp b/src/core/eventstringifier.cpp index c7da8d78..f43e547a 100644 --- a/src/core/eventstringifier.cpp +++ b/src/core/eventstringifier.cpp @@ -610,13 +610,13 @@ void EventStringifier::processIrcEvent322(IrcEvent *e) switch (e->params().count()) { case 3: topic = e->params()[2]; - [[clang::fallthrough]]; + // fallthrough case 2: userCount = e->params()[1].toUInt(); - [[clang::fallthrough]]; + /* fallthrough */ case 1: channelName = e->params()[0]; - [[clang::fallthrough]]; + // blubb default: break; }