#include "config.h"#include "system.h"#include "coretypes.h"#include "tm.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 (const char *gmsgid,...) |
| void | pedwarn_c90 (const char *gmsgid,...) |
| void pedwarn_c90 | ( | const char * | gmsgid, | |
| ... | ||||
| ) |
Definition at line 53 of file c-errors.c.
References diagnostic_set_info(), flag_isoc99, input_location, pedantic_error_kind, report_diagnostic, va_end, and va_start.
| void pedwarn_c99 | ( | const char * | gmsgid, | |
| ... | ||||
| ) |
Definition at line 35 of file c-errors.c.
References diagnostic_set_info(), flag_isoc99, input_location, pedantic_error_kind, report_diagnostic, va_end, and va_start.
1.5.6