summaryrefslogtreecommitdiff
path: root/src/driver/amgc_unit_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/amgc_unit_ctx.c')
-rw-r--r--src/driver/amgc_unit_ctx.c2
1 files changed, 2 insertions, 0 deletions
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;
}