forked from Imagelibrary/binutils-gdb
Revert -Wshadow changes, all changes from:
2009-12-11 Doug Kwan <dougkwan@google.com> 2009-12-11 Nick Clifton <nickc@redhat.com> * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user