arm: Avoid unused parameter warning

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.
This commit is contained in:
Jakub Jelinek 2020-09-16 10:11:53 +02:00
parent d29a7cd6f4
commit 3ba3c2e3a9

View File

@ -3039,8 +3039,8 @@ arm_override_options_after_change (void)
/* 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);
}