]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: ppc: enable -Wmissing-declarations & -Wmissing-prototypes
authorMike Frysinger <vapier@gentoo.org>
Thu, 9 Sep 2021 01:49:00 +0000 (21:49 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Sep 2021 03:18:43 +0000 (23:18 -0400)
commit0c320e1bdcb45e0d46f69a1567a06be326529c34
tree9759f2eddf1aba88bd3e9887749d345760d87b2c
parentaa0380cc7ef6844158408ea5892ccede177d5be9
sim: ppc: enable -Wmissing-declarations & -Wmissing-prototypes

This aligns with common code which already uses this flag.  We have
to add another local prototype to fix the failure, and add another
local decl for the SIM_DESC type.  Unwinding these will require a
lot more work & conversions in the process, so going with the decl
for now unblocks the warning unification.
sim/ppc/configure
sim/ppc/configure.ac
sim/ppc/sim_callbacks.h