]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
... and in the filter.
authorMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:26:55 +0000 (09:26 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:26:55 +0000 (09:26 +0000)
filter/f-util.c

index e1824c5f2e0f80a3353b12736e31f9b81f70f195..4a2a94b7b8c1c91548e2ddad0691013f81ae61ef 100644 (file)
@@ -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;