2020-09-16 Jakub Jelinek <jakub@redhat.com>
* config/arm/arm.c (arm_option_restore): Comment out opts argument
name to avoid unused parameter warnings.
/* Implement TARGET_OPTION_RESTORE. */
static void
-arm_option_restore (struct gcc_options *opts, struct gcc_options *opts_set,
- struct cl_target_option *ptr)
+arm_option_restore (struct gcc_options */* opts */,
+ struct gcc_options *opts_set, struct cl_target_option *ptr)
{
arm_configure_build_target (&arm_active_target, ptr, opts_set, false);
}