#include "config.h"#include "system.h"#include "tree.h"#include "c-tree.h"#include "tm_p.h"#include "flags.h"#include "diagnostic.h"

Go to the source code of this file.
Functions/Subroutines | |
| void pedwarn_c99 | VPARAMS ((const char *msgid,...)) |
| void | pedwarn_c90 (const char *msgid,...) |
| void pedwarn_c90 | ( | const char * | msgid, | |
| ... | ||||
| ) |
Definition at line 70 of file c-errors.c.
References diagnostic_set_info(), flag_isoc99, input_filename, lineno, pedantic_error_kind, report_diagnostic, va_end, and va_start.
Referenced by c_parser_compound_statement_nostart().
Definition at line 41 of file c-errors.c.
References diagnostic_set_info(), flag_isoc99, input_filename, lineno, pedantic_error_kind, report_diagnostic, VA_CLOSE, va_end, VA_FIXEDARG, VA_OPEN, and VA_START.
1.5.6