From 2b84afc1e3a6c824d4e767eb388398e5ac37b06a Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Mon, 12 Jul 2010 13:14:26 +0200 Subject: [PATCH] src/core/util.c: Fix warning in case WITH_VERBOSE_MODE is not set Signed-off-by: Andreas Mueller https://bugzilla.gnome.org/show_bug.cgi?id=624166 --- src/core/util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/util.c b/src/core/util.c index 507ffa73e..dd3bae2f1 100644 --- a/src/core/util.c +++ b/src/core/util.c @@ -40,11 +40,12 @@ #include /* must explicitly be included for Solaris; #326746 */ #include /* Just for the definition of the various gravities */ +#ifdef WITH_VERBOSE_MODE static void meta_topic_real_valist (MetaDebugTopic topic, const char *format, va_list args); - +#endif #ifdef HAVE_BACKTRACE #include