mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-04 22:19:34 +01:00
Builds almost completely cleanly with -WEverything in LLVM
This commit is contained in:
@@ -21,6 +21,7 @@ namespace Catch {
|
||||
static std::string getDescription() {
|
||||
return "Reports test results as an XML document";
|
||||
}
|
||||
virtual ~XmlReporter();
|
||||
|
||||
private: // IReporter
|
||||
|
||||
@@ -116,7 +117,6 @@ namespace Catch {
|
||||
case ResultWas::ExpressionFailed:
|
||||
case ResultWas::Exception:
|
||||
case ResultWas::DidntThrowException:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if( resultInfo.hasExpression() )
|
||||
|
||||
Reference in New Issue
Block a user