2004-10-10 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Mon, 11 Oct 2004 05:26:25 +0000 (05:26 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 11 Oct 2004 05:26:25 +0000 (05:26 +0000)
* ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
comment.

gdb/ChangeLog
gdb/ada-lang.c

index 81f25f8..0a73322 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-10  Andrew Cagney  <cagney@gnu.org>
+
+       * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
+       comment.
+
 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
 
        * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
index bcbb3d0..5d88cf9 100644 (file)
@@ -478,6 +478,10 @@ cond_offset_target (CORE_ADDR address, long offset)
    number of warnings has passed during the evaluation of the current
    expression.  */
 
+/* FIXME: cagney/2004-10-10: This function is mimicking the behavior
+   provided by "complaint".  */
+static void lim_warning (const char *format, ...) ATTR_FORMAT (printf, 1, 2);
+
 static void
 lim_warning (const char *format, ...)
 {