From 2ea97941102380c28117882600265c1187c6fc8b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 14 Dec 2009 19:53:05 +0000 Subject: Revert -Wshadow changes, all changes from: 2009-12-11 Doug Kwan 2009-12-11 Nick Clifton * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS. --- gold/script.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gold/script.h') diff --git a/gold/script.h b/gold/script.h index 1afe44d..755bb79 100644 --- a/gold/script.h +++ b/gold/script.h @@ -261,9 +261,9 @@ class Symbol_assignment class Script_assertion { public: - Script_assertion(Expression* echeck, const char* message, + Script_assertion(Expression* check, const char* message, size_t messagelen) - : check_(echeck), message_(message, messagelen) + : check_(check), message_(message, messagelen) { } // Check the assertion. @@ -390,8 +390,8 @@ class Script_options class Script_info { public: - Script_info(Input_arguments* arg_inputs) - : inputs_(arg_inputs) + Script_info(Input_arguments* inputs) + : inputs_(inputs) { } // Returns the input files included because of this script. -- cgit v1.1