mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-01 15:41:51 +01:00
Builds almost completely cleanly with -WEverything in LLVM
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Catch {
|
||||
|
||||
struct IResultCapture {
|
||||
|
||||
virtual ~IResultCapture(){}
|
||||
virtual ~IResultCapture();
|
||||
|
||||
virtual void testEnded( const ResultInfo& result ) = 0;
|
||||
virtual bool sectionStarted( const std::string& name,
|
||||
|
||||
Reference in New Issue
Block a user