From 0b63e0d8686ac3b2cfec1538e3bcb82e5088e10b Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 11 Dec 2013 08:26:56 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20warnings=20for=20platforms=20that=20don?= =?UTF-8?q?=E2=80=99t=20implement=20CATCH=5FBREAK=5FINTO=5FDEBUGGER=20-=20?= =?UTF-8?q?as=20discussed=20in=20#229?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/internal/catch_debugger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_debugger.h b/include/internal/catch_debugger.h index 0fb6621b..1ac53cd0 100644 --- a/include/internal/catch_debugger.h +++ b/include/internal/catch_debugger.h @@ -43,7 +43,7 @@ namespace Catch{ #endif #ifndef CATCH_BREAK_INTO_DEBUGGER -#define CATCH_BREAK_INTO_DEBUGGER() +#define CATCH_BREAK_INTO_DEBUGGER() Catch::isTrue( true ); #endif #endif // TWOBLUECUBES_CATCH_DEBUGGER_H_INCLUDED