From cd76068a0fd7c519781dc7e37f06fb25c314ff44 Mon Sep 17 00:00:00 2001 From: Patrick Proy Date: Sat, 31 May 2014 21:43:03 +0200 Subject: [PATCH] better with qt_noop() --HG-- branch : DialogTools --- src/app/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/options.h b/src/app/options.h index 9f734f0e6..2b99ea490 100644 --- a/src/app/options.h +++ b/src/app/options.h @@ -342,7 +342,7 @@ extern const QString in_Oprt; #endif /* Q_OS_WIN32 */ #else // define but disable this function if debugging is not set -#define SCASSERT(cond) +#define SCASSERT(cond) qt_noop(); #endif /* QT_NO_DEBUG */ #endif // OPTIONS_H