diff --git a/tests/test_index.c b/tests/test_index.c index 628ac34..d358a18 100644 --- a/tests/test_index.c +++ b/tests/test_index.c @@ -495,6 +495,8 @@ struct icounterctx { }; bool icounter(const struct tg_geom *geom, int index, void *udata) { + (void)geom; + (void)index; struct icounterctx *ctx = udata; ctx->count++; return true;