From: Martin Mares Date: Sat, 5 Jun 2004 09:26:55 +0000 (+0000) Subject: ... and in the filter. X-Git-Tag: v1.2.0~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ecd20605c62e91069ecd014374836d8392ae948;p=thirdparty%2Fbird.git ... and in the filter. --- diff --git a/filter/f-util.c b/filter/f-util.c index e1824c5f2..4a2a94b7b 100644 --- a/filter/f-util.c +++ b/filter/f-util.c @@ -24,8 +24,9 @@ f_new_inst(void) } struct f_inst * -f_new_dynamic_attr(int type, int f_type, int code) +f_new_dynamic_attr(int type, int f_type UNUSED, int code) { + /* FIXME: Remove the f_type parameter? */ struct f_inst *f = f_new_inst(); f->aux = type; f->a2.i = code;