Simple -Wshadow=local fixes
[deliverable/binutils-gdb.git] / gdb / machoread.c
index 3040fe7741b91b0bf4bb3a3bd8297c94c76310f7..c5866079393b786b8ff83043d34f0f2202c350dd 100644 (file)
@@ -697,7 +697,7 @@ macho_symfile_read_all_oso (std::vector<oso_el> *oso_vector_ptr,
            }
           for (ix2 = ix; ix2 < last_ix; ix2++)
             {
-              oso_el *oso2 = &(*oso_vector_ptr)[ix2];
+              oso2 = &(*oso_vector_ptr)[ix2];
 
               if (oso2->name != NULL)
                 warning (_("Could not find specified archive member "
This page took 0.023633 seconds and 4 git commands to generate.