On Thu, Dec 12, 2019 at 12:17:23PM +0100, Mark Wielaard wrote: > On Wed, 2019-12-11 at 16:23 -0800, Omar Sandoval wrote: > > This small series fixes a couple of issues I encountered when building > > elfutils. Patch 1 fixes an issue when compiling with CFLAGS='-Wno-error > > -O0'. Patch 2 gets rid of a warning. > > Both look good, pushed to master. Thanks. > > Do you still need -Wno-error?
Nope, at least with GCC 9.2.0 that I'm using, it builds cleanly. Thanks!