diff options
Diffstat (limited to 'gcc/opts.h')
-rw-r--r-- | gcc/opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.h b/gcc/opts.h index 2eb2d9735c6..60222ef53de 100644 --- a/gcc/opts.h +++ b/gcc/opts.h @@ -363,7 +363,7 @@ extern void read_cmdline_option (struct gcc_options *opts, const struct cl_option_handlers *handlers, diagnostic_context *dc); extern void control_warning_option (unsigned int opt_index, int kind, - bool imply, location_t loc, + const char *arg, bool imply, location_t loc, unsigned int lang_mask, const struct cl_option_handlers *handlers, struct gcc_options *opts, |