diff options
Diffstat (limited to 'option.cc')
-rw-r--r-- | option.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ void process_environment(const char ** envp, const string& tag, } } -void process_arguments(int argc, char ** argv, const bool anywhere, +void process_arguments(int, char ** argv, const bool anywhere, scope_t& scope, std::list<string>& args) { for (char ** i = argv; *i; i++) { |