summaryrefslogtreecommitdiffstats
path: root/libmsi/debug.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-06 14:12:11 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-07 00:00:31 +0100
commitcc431bfc4c19aac79d98546d4abae4e4ad35d500 (patch)
tree21504b3970ea7fa70ba82c3a05563c2e534c4aee /libmsi/debug.h
parenta177ebf63ebacaccfa59c208cfe7c634db644e22 (diff)
downloadmsitools-cc431bfc4c19aac79d98546d4abae4e4ad35d500.tar.gz
msitools-cc431bfc4c19aac79d98546d4abae4e4ad35d500.tar.xz
msitools-cc431bfc4c19aac79d98546d4abae4e4ad35d500.zip
Replace WARN with g_warning
Diffstat (limited to 'libmsi/debug.h')
-rw-r--r--libmsi/debug.h2
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
}