diff options
Diffstat (limited to 'gcc/opts.h')
-rw-r--r-- | gcc/opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/opts.h b/gcc/opts.h index e6bee109e48..2f543407de0 100644 --- a/gcc/opts.h +++ b/gcc/opts.h @@ -105,4 +105,5 @@ extern bool get_option_state (int, struct cl_option_state *); extern void enable_warning_as_error (const char *arg, int value, unsigned int lang_mask); +extern void print_ignored_options (void); #endif |