summaryrefslogtreecommitdiffstats
path: root/libmsi/debug.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-06 14:07:20 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-07 00:00:31 +0100
commita177ebf63ebacaccfa59c208cfe7c634db644e22 (patch)
treedc5a4a131d7df6d69fb4d045ba0d5f663e8e2188 /libmsi/debug.h
parent11f969a2572e0cb226f994f2d610bfb8856f8d11 (diff)
downloadmsitools-a177ebf63ebacaccfa59c208cfe7c634db644e22.tar.gz
msitools-a177ebf63ebacaccfa59c208cfe7c634db644e22.tar.xz
msitools-a177ebf63ebacaccfa59c208cfe7c634db644e22.zip
Replace FIXME with g_warning("FIXME:...")
Diffstat (limited to 'libmsi/debug.h')
-rw-r--r--libmsi/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmsi/debug.h b/libmsi/debug.h
index 7b6c903..626239d 100644
--- a/libmsi/debug.h
+++ b/libmsi/debug.h
@@ -114,9 +114,6 @@ static inline const char *debugstr_a( const char *s ) { return wine_dbgstr_an(
#define TRACE_ON(channel) 0
#define WARN(fmt, ...) (void)0 // WINE_DPRINTF(WARN, __func__, fmt, ## __VA_ARGS__)
#define WARN_ON(channel) 0
-#define FIXME(fmt, ...) (void)0 // WINE_DPRINTF(FIXME, __func__, fmt, ## __VA_ARGS__)
-#define FIXME_ON(channel) 0
-
#ifdef __cplusplus
}