diff options
author | midipix <writeonce@midipix.org> | 2016-05-14 09:53:51 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-14 09:53:51 -0400 |
commit | 30a623b71a310c35932b599d023615f2733e40b0 (patch) | |
tree | d7b08edc8eb562c775423f780d93e26e02e9de81 /src | |
parent | 29a0ab48fb6221aa0aff94b68dba8f23b954906e (diff) | |
download | sofort-30a623b71a310c35932b599d023615f2733e40b0.tar.bz2 sofort-30a623b71a310c35932b599d023615f2733e40b0.tar.xz |
sofort_perform_unit_actions(): mark uctx as an unused param (generated util).
Diffstat (limited to 'src')
-rw-r--r-- | src/sofort.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |