X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dbadm.c;h=6b5a3e989f3f30eb82b272d57682b2cbdbddc2ee;hp=5f807eb2625d3e54baf33849ae659a8e2fcf1092;hb=b7cbaf0b4dc832e8277b5867505dac59bb803d44;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/dbadm.c b/dbadm.c index 5f807eb2..6b5a3e98 100644 --- a/dbadm.c +++ b/dbadm.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -/** \file dbadm.c simple attribute setting utility for the mysql dbtool */ +/** \file dbadm.c simple attribute setting utility for the mysql selector */ #include "para.h" #include @@ -37,7 +37,7 @@ WINDOW *att_win; static char **choices; /* no looging */ -void para_log(__unused int ll, __unused char *fmt,...) +void para_log(__a_unused int ll, __a_unused const char *fmt,...) { } @@ -99,7 +99,7 @@ static char *get_atts(char *filename) return buf; } -static void _item_init(__unused MENU* menu) +static void _item_init(__a_unused MENU* menu) { // static int subsequent_run; int i, n;