diff --git a/core/error_macros.h b/core/error_macros.h index 38d118a9e14..3aa4c9c4823 100644 --- a/core/error_macros.h +++ b/core/error_macros.h @@ -518,8 +518,6 @@ void _err_flush_stdout(); } else \ ((void)0) -#endif - /** * This should be a 'free' assert for program flow and should not be needed in any releases, * only used in dev builds. @@ -558,5 +556,6 @@ void _err_flush_stdout(); ((void)0) #else #define DEV_CHECK_ONCE(m_cond) +#endif #endif // ERROR_MACROS_H