qa: Remove [[clang::fallthrough]] annotations again
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 22 Aug 2018 23:46:43 +0000 (01:46 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 23 Aug 2018 00:26:27 +0000 (02:26 +0200)
commitd1aa795013aaebe5ca57353d6077b0007b489832
tree4f97b195fa706ee0a9ec17236eb254aa31fdcbba
parent767e5f04ab1aff5ea98e9d3bf67d8f22043bf90c
qa: Remove [[clang::fallthrough]] annotations again

These cause warnings in most compilers, so remove them again until
we can use C++17 and the official attribute.

Add comments, so we know the fallthroughs are intentional anyway.
src/core/coresessioneventprocessor.cpp
src/core/eventstringifier.cpp
src/core/sqlitestorage.cpp
src/qtui/bufferwidget.cpp
src/qtui/chatscene.cpp
src/uisupport/networkmodelcontroller.cpp
src/uisupport/tabcompleter.cpp