From 457893da5f5a04d96180ff3df6b20a968e3d6381 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Sun, 31 May 2009 20:37:55 +0200 Subject: [PATCH] Fix build with debug --- src/modest-init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modest-init.c b/src/modest-init.c index a4394df..db9be25 100644 --- a/src/modest-init.c +++ b/src/modest-init.c @@ -564,6 +564,7 @@ init_debug_g_type (void) g_type_init_with_debug_flags (gflags); } +#ifndef DEBUG static void null_log(const gchar* dom, GLogLevelFlags l, @@ -572,6 +573,7 @@ null_log(const gchar* dom, { return; }; +#endif static void init_debug_logging (void) -- 1.7.9.5