Add some more casts (2/2)
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index 227ecc0e2c8e09525abdca75551cef004a02e69a..f190673199d83bc02a4d3f865d32c7ddac33b704 100644 (file)
@@ -981,7 +981,7 @@ find_methods (char type, const char *theclass, const char *category,
 
       unsigned int objfile_csym = 0;
 
-      objc_csym = objfile_data (objfile, objc_objfile_data);
+      objc_csym = (unsigned int *) objfile_data (objfile, objc_objfile_data);
       if (objc_csym != NULL && *objc_csym == 0)
        /* There are no ObjC symbols in this objfile.  Skip it entirely.  */
        continue;
This page took 0.026208 seconds and 4 git commands to generate.