X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/dc4073de1957503fcd2a7eed055c55a2265d1212..fe0d65abf126e400bd20a51aa96dd532b03efd3d:/lib/base/eerror.h diff --git a/lib/base/eerror.h b/lib/base/eerror.h index 2d4e9790..e7c33a0b 100644 --- a/lib/base/eerror.h +++ b/lib/base/eerror.h @@ -135,17 +135,13 @@ enum { lvlDebug=1, lvlWarning=2, lvlFatal=4 }; inline void eWarning(const char* fmt, ...) { } - #define ASSERT(x) do { x; } while (0) + #define ASSERT(x) do { } while (0) #endif //DEBUG void eWriteCrashdump(); #endif // SWIG -#ifndef DEBUG -inline void ePythonOutput(const char *) -{ -} -#endif +void ePythonOutput(const char *); #endif // __E_ERROR__