Add -Wshadow to the gcc command line options used when compiling the binutils.
[deliverable/binutils-gdb.git] / gold / reloc.h
index 5dd4c85153388d1a0bc1fadbb3ebfb73ac61cf77..30a55ff2da0e67732ef32126ad552fef0ba7bc28 100644 (file)
@@ -259,10 +259,10 @@ class Relocatable_relocs
 
   // Record what to do for the next reloc.
   void
-  set_next_reloc_strategy(Reloc_strategy strategy)
+  set_next_reloc_strategy(Reloc_strategy astrategy)
   {
-    this->reloc_strategies_.push_back(static_cast<unsigned char>(strategy));
-    if (strategy != RELOC_DISCARD)
+    this->reloc_strategies_.push_back(static_cast<unsigned char>(astrategy));
+    if (astrategy != RELOC_DISCARD)
       ++this->output_reloc_count_;
   }
 
This page took 0.026665 seconds and 4 git commands to generate.