]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf32-i370.c
Fix compile time warning messages from gcc version 8 about cast between incompatible...
[thirdparty/binutils-gdb.git] / bfd / elf32-i370.c
index 88be84b57914243a8887a4ad67f9284e5b4e6404..e8e2e57f059e37e72680efe5efe566d3a2799e5a 100644 (file)
@@ -1405,10 +1405,10 @@ i370_elf_relocate_section (bfd *output_bfd,
 #define elf_backend_adjust_dynamic_symbol      i370_elf_adjust_dynamic_symbol
 #define elf_backend_check_relocs               i370_elf_check_relocs
 
-static int
-i370_noop (void)
+static bfd_boolean
+i370_noop (bfd * abfd ATTRIBUTE_UNUSED, ...)
 {
-  return 1;
+  return TRUE;
 }
 
 #define elf_backend_finish_dynamic_symbol \