X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Fmain%2FCLI%2Fmain.cpp;fp=src%2Fmain%2FCLI%2Fmain.cpp;h=908619f45e75ed1c68f767544abe82763ea4e367;hp=0be3f3697de7522f1fe8e985efbc20fa0a994ba2;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hpb=13dedf19c628b9967e4c4106ab0fd967f1df0b90 diff --git a/src/main/CLI/main.cpp b/src/main/CLI/main.cpp index 0be3f36..908619f 100644 --- a/src/main/CLI/main.cpp +++ b/src/main/CLI/main.cpp @@ -2,7 +2,7 @@ * @file main/CLI/main.cpp * @brief The main eVaf CLI application class * - * Copyright (c) 2011 Enar Vaikene + * Copyright (c) 2011-2019 Enar Vaikene * * This file is part of the eVaf C++ cross-platform application development framework. * @@ -94,9 +94,9 @@ static void messageOutput(QtMsgType type, QMessageLogContext const &, QString co */ [[noreturn]] static void fatalMsgHandler(QString const & msg, QString const & source, QString const & where) { - Q_UNUSED(msg); - Q_UNUSED(source); - Q_UNUSED(where); + Q_UNUSED(msg) + Q_UNUSED(source) + Q_UNUSED(where) exit(1); }