diff options
Diffstat (limited to 'gcc/opts.h')
-rw-r--r-- | gcc/opts.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,4 +104,6 @@ extern void decode_options (unsigned int argc, const char **argv); extern int option_enabled (int opt_idx); 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); #endif |