* coffcode.h (coff_write_object_contents): Add ATTRIBUTE_UNUSED to
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index 5985404cacbf04e80722712222529303b1ead6c0..3683fac76fda2f766d6f876af65d7bbf55f0d67a 100644 (file)
@@ -326,7 +326,7 @@ static boolean coff_set_flags
 static boolean coff_set_arch_mach
   PARAMS ((bfd *, enum bfd_architecture, unsigned long));
 static boolean coff_compute_section_file_positions PARAMS ((bfd *));
-static boolean coff_write_object_contents PARAMS ((bfd *));
+static boolean coff_write_object_contents PARAMS ((bfd *)) ATTRIBUTE_UNUSED;
 static boolean coff_set_section_contents
   PARAMS ((bfd *, asection *, PTR, file_ptr, bfd_size_type));
 static PTR buy_and_read PARAMS ((bfd *, file_ptr, int, size_t));
This page took 0.046916 seconds and 4 git commands to generate.