]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: mips: reduce -Wno-error scope
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Nov 2021 04:55:27 +0000 (00:55 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 Nov 2021 04:55:27 +0000 (00:55 -0400)
commit6391b286b14411afa4d24428930e8f03e8927fb7
tree87a13a31a491277dc83bc7d18d2fd014fdd93f18
parentd0d7f2a742bb640cc8654231ed195d092c534ce3
sim: mips: reduce -Wno-error scope

Fix a few printf warnings in sim-main.c, and then we're left with only
one file in here still generating warnings, so reduce the -Werror
disable to that alone now that we require GNU make and can set variables
on a per-object basis.
sim/mips/Makefile.in
sim/mips/sim-main.c