From 30a623b71a310c35932b599d023615f2733e40b0 Mon Sep 17 00:00:00 2001 From: midipix Date: May 14 2016 13:53:51 +0000 Subject: sofort_perform_unit_actions(): mark uctx as an unused param (generated util). --- 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)