X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Feventstringifier.cpp;h=0e5c669ec715b70ce6553604f48d0934761bee84;hp=b0f9d3077c4a3cb1a8aa3e17c2d0380f8bd6333d;hb=9ba2ca5186c8598e33910a7df95bbdbf812a1a3d;hpb=f5abb30ac6ec8089901d686d9c2ec3387f97aaef diff --git a/src/core/eventstringifier.cpp b/src/core/eventstringifier.cpp index b0f9d307..0e5c669e 100644 --- a/src/core/eventstringifier.cpp +++ b/src/core/eventstringifier.cpp @@ -598,13 +598,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; }