--- wavemon-0.4.0b/conf.c.orig 2004-05-11 14:00:22.433704840 +0200 +++ wavemon-0.4.0b/conf.c 2004-05-11 14:01:33.102961480 +0200 @@ -411,6 +411,7 @@ break; case t_sep: /* gcc -Wall sucks */ case t_func: + ; /* and dummy coders, too */ } } } @@ -482,6 +483,7 @@ case t_listval: sprintf(rv, "%s", (char *)ci->v); case t_sep: break; case t_func: + ; } add = 1; --- wavemon-0.4.0b/conf_scr.c.orig 2004-05-11 14:01:54.314736800 +0200 +++ wavemon-0.4.0b/conf_scr.c 2004-05-11 14:02:28.469544480 +0200 @@ -64,6 +64,7 @@ break; case t_sep: /* gcc -Wall sucks */ case t_func: + ; /* and dummy coders, too */ } if (!item->unit) { @@ -137,6 +138,7 @@ break; case t_sep: /* gcc -Wall sucks */ case t_func: + ; /* and dummy coders, too */ } } --- wavemon-0.4.0b/wavemon.c.orig 2004-05-11 14:02:49.263383336 +0200 +++ wavemon-0.4.0b/wavemon.c 2004-05-11 14:03:31.590948568 +0200 @@ -170,7 +170,7 @@ if (conf.dump == 1) { dump_parameters(&conf); - exit(); + exit(0); } /* initialize the ncurses interface */