Fix compile time warning messages from gcc version 8 about cast between incompatible...
[deliverable/binutils-gdb.git] / bfd / coff-mips.c
index 28911339de2ffea0639576e65781990d9ac6615f..41ba4b56e92e10543e5ca442532bec3c8cc315cf 100644 (file)
@@ -1244,13 +1244,13 @@ static const struct ecoff_backend_data mips_ecoff_backend_data =
 {
   /* COFF backend structure.  */
   {
-    (void (*) (bfd *,void *,int,int,int,int,void *)) bfd_void, /* aux_in */
-    (void (*) (bfd *,void *,void *)) bfd_void, /* sym_in */
-    (void (*) (bfd *,void *,void *)) bfd_void, /* lineno_in */
-    (unsigned (*) (bfd *,void *,int,int,int,int,void *)) bfd_void,/*aux_out*/
-    (unsigned (*) (bfd *,void *,void *)) bfd_void, /* sym_out */
-    (unsigned (*) (bfd *,void *,void *)) bfd_void, /* lineno_out */
-    (unsigned (*) (bfd *,void *,void *)) bfd_void, /* reloc_out */
+    (void (*) (bfd *,void *,int,int,int,int,void *)) bfd_void_any, /* aux_in */
+    (void (*) (bfd *,void *,void *)) bfd_void_any, /* sym_in */
+    (void (*) (bfd *,void *,void *)) bfd_void_any, /* lineno_in */
+    (unsigned (*) (bfd *,void *,int,int,int,int,void *)) bfd_0u_any,/*aux_out*/
+    (unsigned (*) (bfd *,void *,void *)) bfd_0u_any, /* sym_out */
+    (unsigned (*) (bfd *,void *,void *)) bfd_0u_any, /* lineno_out */
+    (unsigned (*) (bfd *,void *,void *)) bfd_0u_any, /* reloc_out */
     mips_ecoff_swap_filehdr_out, mips_ecoff_swap_aouthdr_out,
     mips_ecoff_swap_scnhdr_out,
     FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE,
This page took 0.024831 seconds and 4 git commands to generate.