forked from Imagelibrary/binutils-gdb
Add -Wshadow to the gcc command line options used when compiling the binutils.
Fix up all warnings generated by the addition of this switch.
This commit is contained in:
@@ -217,7 +217,7 @@ Mapfile::print_input_section_symbols(
|
||||
&& is_ordinary
|
||||
&& sym->is_defined())
|
||||
{
|
||||
for (size_t i = 0; i < Mapfile::section_name_map_length; ++i)
|
||||
for (size_t j = 0; j < Mapfile::section_name_map_length; ++j)
|
||||
putc(' ', this->map_file_);
|
||||
const Sized_symbol<size>* ssym =
|
||||
static_cast<const Sized_symbol<size>*>(sym);
|
||||
|
||||
Reference in New Issue
Block a user