diff options
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 76c066bfaa3..1f656fe574e 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -356,6 +356,7 @@ bool lhd_handle_option (size_t code ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED, int value ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED, + location_t loc ATTRIBUTE_UNUSED, const struct cl_option_handlers *handlers ATTRIBUTE_UNUSED) { return false; |