mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 11:43:29 +01:00
Fixed warnings for platforms that don’t implement CATCH_BREAK_INTO_DEBUGGER
- as discussed in #229
This commit is contained in:
parent
a1e87a4b7d
commit
0b63e0d868
@ -43,7 +43,7 @@ namespace Catch{
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CATCH_BREAK_INTO_DEBUGGER
|
#ifndef CATCH_BREAK_INTO_DEBUGGER
|
||||||
#define CATCH_BREAK_INTO_DEBUGGER()
|
#define CATCH_BREAK_INTO_DEBUGGER() Catch::isTrue( true );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // TWOBLUECUBES_CATCH_DEBUGGER_H_INCLUDED
|
#endif // TWOBLUECUBES_CATCH_DEBUGGER_H_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user