* ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
comment.
+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.
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, ...)
{