]> git.ipfire.org Git - thirdparty/gcc.git/commit
MIPS: Add ATTRIBUTE_UNUSED to mips_start_function_definition
authorYunQiang Su <syq@gcc.gnu.org>
Thu, 11 Jan 2024 09:53:42 +0000 (17:53 +0800)
committerYunQiang Su <syq@gcc.gnu.org>
Thu, 11 Jan 2024 09:55:14 +0000 (17:55 +0800)
commitb531bc364d67b56db31d383dab117571875833ca
tree1fc3b0262eff0e6abfa6a1a8df4822a72267e511
parent96fb3908d9b8e30f8d8355fbb133d25625a0fee9
MIPS: Add ATTRIBUTE_UNUSED to mips_start_function_definition

Fix build warning:
  mips.cc: warning: unused parameter 'decl'.

gcc
* config/mips/mips.cc (mips_start_function_definition):
Add ATTRIBUTE_UNUSED.
gcc/config/mips/mips.cc