Add ATTRIBUTE_PRINTF attributes, and fix fallout
[deliverable/binutils-gdb.git] / gdb / compile / compile-object-load.c
index e18797072b399209b6e9d4176a62310d0ae2eb95..8a7f2327f6014d13d2f8d3edb846a3a4aa38c1ed 100644 (file)
@@ -224,6 +224,9 @@ link_callbacks_unattached_reloc (struct bfd_link_info *link_info,
 
 /* Helper for link_callbacks callbacks vector.  */
 
+static void link_callbacks_einfo (const char *fmt, ...)
+  ATTRIBUTE_PRINTF (1, 2);
+
 static void
 link_callbacks_einfo (const char *fmt, ...)
 {
This page took 0.026113 seconds and 4 git commands to generate.