summaryrefslogtreecommitdiff
path: root/src/nsgenbind-ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsgenbind-ast.c')
-rw-r--r--src/nsgenbind-ast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsgenbind-ast.c b/src/nsgenbind-ast.c
index 9be8bc7..49732a0 100644
--- a/src/nsgenbind-ast.c
+++ b/src/nsgenbind-ast.c
@@ -160,7 +160,7 @@ genbind_node_foreach_type(struct genbind_node *node,
static int genbind_enumerate_node(struct genbind_node *node, void *ctx)
{
- node = node;
+ UNUSED(node);
(*((int *)ctx))++;
return 0;
}