From 1b5ab4fa2cc6c33a9f88de8ade1b8bf48eb55434 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Fri, 16 Mar 2001 08:38:42 +0000 Subject: Making warnings fatal is actually a pretty bad idea for anything other 2001-03-16 Jon Trowbridge * gui/component/addressbook-factory.c (main): Making warnings fatal is actually a pretty bad idea for anything other than intensive debugging, so I've #if 0/#endif-ed it out. svn path=/trunk/; revision=8755 --- addressbook/gui/component/addressbook-factory.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index a2d97c94ea..51ccb27168 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -70,7 +70,9 @@ main (int argc, char **argv) unicode_init(); +#if 0 g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); +#endif bonobo_main (); -- cgit v1.2.3