summaryrefslogtreecommitdiff
path: root/src/webidl-ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/webidl-ast.c')
-rw-r--r--src/webidl-ast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webidl-ast.c b/src/webidl-ast.c
index 253a3ba..26851c3 100644
--- a/src/webidl-ast.c
+++ b/src/webidl-ast.c
@@ -173,7 +173,7 @@ int webidl_cmp_node_type(struct webidl_node *node, void *ctx)
static int webidl_enumerate_node(struct webidl_node *node, void *ctx)
{
- node = node;
+ UNUSED(node);
(*((int *)ctx))++;
return 0;
}