mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-29 16:09:30 +00:00
Builds almost completely cleanly with -WEverything in LLVM
This commit is contained in:
parent
cdc64a138b
commit
a695eb9006
37 changed files with 1045 additions and 966 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue