diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 2c3a847cb58..7e34633d848 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -648,4 +648,6 @@ extern const char *current_function_name (void); /* Called once, at initialization, to initialize function.c. */ extern void init_function_once (void); +extern void do_warn_unused_parameter (tree); + #endif /* GCC_FUNCTION_H */ |