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