mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-21 20:15:39 +02: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