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_driver_ctx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/driver/amgc_driver_ctx.c') diff --git a/src/driver/amgc_driver_ctx.c b/src/driver/amgc_driver_ctx.c index ba753a1..66c9ba9 100644 --- a/src/driver/amgc_driver_ctx.c +++ b/src/driver/amgc_driver_ctx.c @@ -151,6 +151,8 @@ int amgc_get_driver_ctx( size_t nactions; const char * program; + (void)envp; + options = amgc_default_options; if (!(meta = argv_get(argv,options,amgc_argv_flags(flags)))) -- cgit v1.2.3