X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dbadm.c;h=6b5a3e989f3f30eb82b272d57682b2cbdbddc2ee;hp=5e7bf6e1d44f1750a2649514693f265a6f548b0d;hb=5d506faba5e49d3fc7eecb5b7d80b515241871d4;hpb=adbf9f09c9bf2a680c61b1ef3541c04f1cde97cf diff --git a/dbadm.c b/dbadm.c index 5e7bf6e1..6b5a3e98 100644 --- a/dbadm.c +++ b/dbadm.c @@ -37,7 +37,7 @@ WINDOW *att_win; static char **choices; /* no looging */ -void para_log(__unused int ll, __unused const 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;