File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ ThreadHandler::~ThreadHandler() = default;
8484bool ThreadHandler::isChecking () const {
8585 return false ;
8686}
87- NORETURN void ThreadHandler::stop () {
87+ void ThreadHandler::stop () {
8888 throw 1 ;
8989}
90- NORETURN void ThreadHandler::threadDone () {
90+ void ThreadHandler::threadDone () {
9191 throw 1 ;
9292}
9393Application& ApplicationList::getApplication (const int /* unused*/ ) {
@@ -107,13 +107,13 @@ QString XmlReport::unquoteMessage(const QString &message) {
107107 return message;
108108}
109109XmlReport::XmlReport (const QString& filename) : Report(filename) {}
110- NORETURN void ThreadResult::fileChecked (const QString & /* unused*/ ) {
110+ void ThreadResult::fileChecked (const QString & /* unused*/ ) {
111111 throw 1 ;
112112}
113- NORETURN void ThreadResult::reportOut (const std::string & /* unused*/ , Color /* unused*/ ) {
113+ void ThreadResult::reportOut (const std::string & /* unused*/ , Color /* unused*/ ) {
114114 throw 1 ;
115115}
116- NORETURN void ThreadResult::reportErr (const ErrorMessage & /* unused*/ ) {
116+ void ThreadResult::reportErr (const ErrorMessage & /* unused*/ ) {
117117 throw 1 ;
118118}
119119
You can’t perform that action at this time.
0 commit comments