diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index 59e5c35..29fd7c8 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -121,6 +121,8 @@ int pe_get_driver_ctx( const char * pretty; int fdout; + (void)envp; + options = pe_default_options; if (!(meta = argv_get(argv,options,pe_argv_flags(flags))))