Add ATTRIBUTE_PRINTF attributes, and fix fallout
[deliverable/binutils-gdb.git] / gdb / darwin-nat.c
index f9481c757383d4cd88d063c560969adc91527989..dfce179da6731a4383ebcc6fd0e8e7b3cd169bcc 100644 (file)
@@ -171,6 +171,9 @@ __attribute__ ((section ("__TEXT,__info_plist"),used)) =
   "</dict>\n"
   "</plist>\n";
 
+static void inferior_debug (int level, const char *fmt, ...)
+  ATTRIBUTE_PRINTF (2, 3);
+
 static void
 inferior_debug (int level, const char *fmt, ...)
 {
This page took 0.024154 seconds and 4 git commands to generate.