]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: use -Wno-error=maybe-uninitialized
authorMike Frysinger <vapier@gentoo.org>
Wed, 30 Jun 2021 00:33:14 +0000 (20:33 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 30 Jun 2021 02:22:17 +0000 (22:22 -0400)
commit3167423f079e08f530df30eccad2a467c8ad5014
tree062eb9548cbb6daba4c5ddb20f0959c1f96ca9f8
parent999b474b8aa49f522984b2f4c1d954a2229882b9
sim: use -Wno-error=maybe-uninitialized

We have some code tripping this warning, but it depends on the gcc
version & optimization levels.  We've added some hints to the code
so some versions of gcc work better, but still not all.  Let's just
disable the warning like gdb does.
sim/ChangeLog
sim/configure
sim/m4/sim_ac_option_warnings.m4