Added Visual Studio project and fixed up some warnings showing in VS
This commit is contained in:
parent
7e8cfa714f
commit
d8aa843c7d
14 changed files with 307 additions and 9 deletions
|
@ -22,7 +22,7 @@ namespace Catch
|
|||
public:
|
||||
Section( const std::string& name, const std::string& description )
|
||||
{
|
||||
// !TBD notify the runner
|
||||
(name, description); // !TBD notify the runner
|
||||
}
|
||||
|
||||
operator bool()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue