Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / corelow.c
index 5462e0297782dd34483aa6f57b922af34b8e3a20..f7a8bb3af9e84b0e2c33199e1a48656a42964c72 100644 (file)
@@ -656,7 +656,7 @@ struct spuid_list
 static void
 add_to_spuid_list (bfd *abfd, asection *asect, void *list_p)
 {
-  struct spuid_list *list = list_p;
+  struct spuid_list *list = (struct spuid_list *) list_p;
   enum bfd_endian byte_order
     = bfd_big_endian (abfd) ? BFD_ENDIAN_BIG : BFD_ENDIAN_LITTLE;
   int fd, pos = 0;
This page took 0.038592 seconds and 4 git commands to generate.