diff options
Diffstat (limited to 'libmsi/debug.h')
| -rw-r--r-- | libmsi/debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmsi/debug.h b/libmsi/debug.h index 626239d..dbd1da7 100644 --- a/libmsi/debug.h +++ b/libmsi/debug.h @@ -112,8 +112,6 @@ static inline const char *debugstr_a( const char *s ) { return wine_dbgstr_an( #undef ERR /* Solaris got an 'ERR' define in <sys/reg.h> */ #define TRACE(fmt, ...) (void)0 // WINE_DPRINTF(TRACE, __func__, fmt, ## __VA_ARGS__) #define TRACE_ON(channel) 0 -#define WARN(fmt, ...) (void)0 // WINE_DPRINTF(WARN, __func__, fmt, ## __VA_ARGS__) -#define WARN_ON(channel) 0 #ifdef __cplusplus } |
