Fix compile time warning messages from gcc version 8 about cast between incompatible...
[deliverable/binutils-gdb.git] / bfd / coff-alpha.c
index fe8669f86db5f2b273bd9e9871150ac02eb688e0..c47fe3fc43088486ed5d943b373744d86878753e 100644 (file)
@@ -2226,13 +2226,13 @@ static const struct ecoff_backend_data alpha_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 */
     alpha_ecoff_swap_filehdr_out, alpha_ecoff_swap_aouthdr_out,
     alpha_ecoff_swap_scnhdr_out,
     FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE,
This page took 0.024231 seconds and 4 git commands to generate.