From 90ddce47571842c0ca7082b46661590d4f26f20e Mon Sep 17 00:00:00 2001 From: LDA Date: Thu, 12 Sep 2024 20:09:35 +0200 Subject: [PATCH] [CI/FIX] Aya... --- tools/aya.c | 5 +++++ 1 file changed, 5 insertions(+) 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; \