From 3a51d216f279793fdbc18a9c95e367802efd4883 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 6 May 2016 17:03:10 -0400 Subject: code maintenance: mark unused parameters. --- src/driver/amgc_unit_ctx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/driver/amgc_unit_ctx.c') diff --git a/src/driver/amgc_unit_ctx.c b/src/driver/amgc_unit_ctx.c index 54abdaa..7e265c0 100644 --- a/src/driver/amgc_unit_ctx.c +++ b/src/driver/amgc_unit_ctx.c @@ -88,6 +88,8 @@ static bool amgc_cparser_no_op( compilation_env_t * env, compilation_unit_t * unit) { + (void)env; + (void)unit; return true; } -- cgit v1.2.3