summaryrefslogtreecommitdiff
path: root/option.cc
diff options
context:
space:
mode:
Diffstat (limited to 'option.cc')
-rw-r--r--option.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/option.cc b/option.cc
index 54ee1851..a94a6a00 100644
--- a/option.cc
+++ b/option.cc
@@ -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++) {