Skip to content
Snippets Groups Projects
Commit 6ecd2060 authored by Martin Mareš's avatar Martin Mareš
Browse files

... and in the filter.

parent d7390312
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment