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/attributes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gold/attributes.h') diff --git a/gold/attributes.h b/gold/attributes.h index dbfba84..7c4baf4 100644 --- a/gold/attributes.h +++ b/gold/attributes.h @@ -103,8 +103,8 @@ class Object_attribute // Set attribute type. void - set_type(int at) - { this->type_ = at; } + set_type(int type) + { this->type_ = type; } // Return integer value. unsigned int -- cgit v1.1