|
|
@@ -172,7 +172,7 @@ namespace juce |
|
|
// If debugging is disabled, these dummy debug and assertion macros are used..
|
|
|
// If debugging is disabled, these dummy debug and assertion macros are used..
|
|
|
|
|
|
|
|
|
#define DBG(textToWrite)
|
|
|
#define DBG(textToWrite)
|
|
|
#define jassertfalse JUCE_BLOCK_WITH_FORCED_SEMICOLON (JUCE_LOG_CURRENT_ASSERTION)
|
|
|
|
|
|
|
|
|
#define jassertfalse JUCE_BLOCK_WITH_FORCED_SEMICOLON (JUCE_LOG_CURRENT_ASSERTION;)
|
|
|
|
|
|
|
|
|
#if JUCE_LOG_ASSERTIONS
|
|
|
#if JUCE_LOG_ASSERTIONS
|
|
|
#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfalse;)
|
|
|
#define jassert(expression) JUCE_BLOCK_WITH_FORCED_SEMICOLON (if (! (expression)) jassertfalse;)
|
|
|
|