diff --git a/tools/aya.c b/tools/aya.c
index 6ce8771..69371d1 100644
--- a/tools/aya.c
+++ b/tools/aya.c
@@ -157,6 +157,9 @@ HandleReturnValue(Stream *out, AyadocComment *aya, HeaderDeclaration d, char *fi
*tag_del = '\0';
}
+ (void) aya;
+ (void) d;
+
/* Already write the field */
StreamPrintf(out, " %s", field);
@@ -200,6 +203,8 @@ HandleSeeValue(Stream *out, AyadocComment *aya, HeaderDeclaration d, char *field
"%s",
field, field
);
+ (void) aya;
+ (void) d;
}
#define SplitBy(sym, cb, del_str) \
char *start_of_arg = val, *separator = NULL; \