Mark argument as unused
authorJan-Benedict Glaw <jbglaw@lug-owl.de>
Tue, 5 Oct 2021 15:16:49 +0000 (17:16 +0200)
committerJan-Benedict Glaw <jbglaw@lug-owl.de>
Tue, 5 Oct 2021 15:20:05 +0000 (17:20 +0200)
commit370374c4d91d83fb69d4b70dd4e48103114a903d
tree14dbc20c563179ed2926045bb8781cc85dfb9017
parentf9e6f20f280daf74763cf3fe21f3c211d3d04620
Mark argument as unused

The `loc` argument may or may not be used, depending on some #ifdefs.
Mark it as ATTRIBUTE_UNUSED, though it might be worth polishing the
whole target hook to not depend on the #ifdef'ed code at all.

gcc/ChangeLog:

* common/config/avr/avr-common.c (avr_handle_option): Mark
argument as ATTRIBUTE_UNUSED.
gcc/common/config/avr/avr-common.c