diff options
Diffstat (limited to 'src/driver/amgc_driver_ctx.c')
-rw-r--r-- | src/driver/amgc_driver_ctx.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)))) |