File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333const unsigned int CppcheckLibraryData::Function::Arg::ANY = ~0U ;
3434const unsigned int CppcheckLibraryData::Function::Arg::VARIADIC = ~1U ;
3535
36- NORETURN static std::string unhandledElement (const QXmlStreamReader &xmlReader)
36+ NORETURN static void unhandledElement (const QXmlStreamReader &xmlReader)
3737{
3838 throw std::runtime_error (QObject::tr (" line %1: Unhandled element %2" ).arg (xmlReader.lineNumber ()).arg (xmlReader.name ().toString ()).toStdString ());
3939}
4040
41- NORETURN static std::string mandatoryAttibuteMissing (const QXmlStreamReader &xmlReader, const QString& attributeName)
41+ NORETURN static void mandatoryAttibuteMissing (const QXmlStreamReader &xmlReader, const QString& attributeName)
4242{
4343 throw std::runtime_error (QObject::tr (" line %1: Mandatory attribute '%2' missing in '%3'" )
4444 .arg (xmlReader.lineNumber ())
You can’t perform that action at this time.
0 commit comments