fix various coverity issues

This commit is contained in:
wmayer
2017-09-15 11:48:38 +02:00
parent a3953e95df
commit fde42545ba
17 changed files with 83 additions and 21 deletions

View File

@@ -235,6 +235,7 @@ std::string InterpreterSingleton::runString(const char *sCmd)
throw SystemExitException();
else {
PyException::ThrowException();
return std::string(); // just to quieten code analyzers
//throw PyException();
}
}