summaryrefslogtreecommitdiffstats
path: root/filter/f-util.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-06-05 11:26:55 +0200
committerMartin Mares <mj@ucw.cz>2004-06-05 11:26:55 +0200
commit6ecd20605c62e91069ecd014374836d8392ae948 (patch)
tree35f22f1dedea2e838dea0e6228c613ca16b454cd /filter/f-util.c
parentd7390312d4e322e0dac3fefddd6033cb255933a4 (diff)
downloadbird-6ecd20605c62e91069ecd014374836d8392ae948.tar
bird-6ecd20605c62e91069ecd014374836d8392ae948.zip
... and in the filter.
Diffstat (limited to 'filter/f-util.c')
-rw-r--r--filter/f-util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter/f-util.c b/filter/f-util.c
index e1824c5..4a2a94b 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;