From 2aff35215fbe24459aa4057d5b31ea7490046ca6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 30 Jul 2008 05:12:46 -0400 Subject: Enabled a huge number of warning flags for g++ in acprep, and fixed them all except for several unused parameter warnings (because there is so much code still #if 0'd out), and one implicit conversion from long long to long which still has to be dealt with. --- option.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'option.cc') 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& args) { for (char ** i = argv; *i; i++) { -- cgit v1.2.3