summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-internals.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-09 14:06:54 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-09 14:06:54 +0100
commit3212c450bbb16199e02c3470fccf593727c567e7 (patch)
treec315e83117eb63477fd1fffb7867fdab8a4928ac /dbus/dbus-internals.h
parentbf7c65f5218d07734bcc7be373ebc33278806824 (diff)
parent79aafc193176253454dd455a4cfc45a1a2e36c00 (diff)
Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus
Diffstat (limited to 'dbus/dbus-internals.h')
-rw-r--r--dbus/dbus-internals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-internals.h b/dbus/dbus-internals.h
index 43a46b83..3e5f989d 100644
--- a/dbus/dbus-internals.h
+++ b/dbus/dbus-internals.h
@@ -97,7 +97,7 @@ dbus_bool_t _dbus_is_verbose_real (void);
# elif defined (HAVE_GNUC_VARARGS)
# define _dbus_verbose(format...)
# else
-# error "This compiler does not support varargs macros and thus verbose mode can't be disabled meaningfully"
+static void _dbus_verbose(const char * x,...) {;}
# endif
# define _dbus_verbose_reset()
# define _dbus_is_verbose() FALSE