From: Jose Dapena Paz Date: Sun, 31 May 2009 18:37:55 +0000 (+0200) Subject: Fix build with debug X-Git-Tag: 3.0.17-rc10~34 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=457893da5f5a04d96180ff3df6b20a968e3d6381 Fix build with debug --- 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)