Task #119316 - added.err

back to task #119316
download
Error: COMPILER_WARNING:
discover-6.6.91/libdiscover/resources/ResourcesProxyModel.cpp: scope_hint: In member function ‘QVariant ResourcesProxyModel::roleToValue(const StreamResult&, int) const’
discover-6.6.91/libdiscover/resources/ResourcesProxyModel.cpp:559:9: warning[-Wimplicit-fallthrough=]: this statement may fall through
#  559 |         switch (resource->type()) {
#      |         ^~~~~~
discover-6.6.91/libdiscover/resources/ResourcesProxyModel.cpp:570:5: note: here
#  570 |     case ApplicationRole:
#      |     ^~~~
#  557|       }
#  558|       case CategoryNameRole: {
#  559|->         switch (resource->type()) {
#  560|           case AbstractResource::Type::Application:
#  561|               return i18nc("@label", "Applications");