2004-10-10 Andrew Cagney <cagney@gnu.org>
* ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME comment.
This commit is contained in:
parent
2ad770c380
commit
7710980469
2 changed files with 9 additions and 0 deletions
|
@ -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, ...)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue