diff --git a/src/sofort.c b/src/sofort.c index 83f4ff5..20c6cc3 100644 --- a/src/sofort.c +++ b/src/sofort.c @@ -52,6 +52,7 @@ static void sofort_perform_unit_actions(struct sfrt_unit_ctx * uctx) uctx->status = sfrt_output_address(uctx,stdout);/* dummy */ uctx->nerrors += !!uctx->status; /* dummy */ } /* dummy */ + (void)uctx; } static int sofort_exit(struct sfrt_driver_ctx * dctx, int nerrors)