Re: Fix multiple compiler warnings when building with gcc-12

2023-01-04 Thread Tyrel Datwyler
On 12/26/22 01:54, John Paul Adrian Glaubitz wrote: > This patch series fixes a number of warnings when building powerpc-utils > with gcc-12 or newer. Since the project builds with "-Werror" by default, > these warnings will cause the build to fail. > > With these patches applied, all warnings are

Re: Fix multiple compiler warnings when building with gcc-12

2023-01-04 Thread Tyrel Datwyler
On 1/4/23 08:52, Nathan Lynch wrote: > John Paul Adrian Glaubitz writes: > >> Ping. Any chance we can get these small fixes merged for the next >> branch? > > Tyrel, I think these all look good. Thanks Adrian. > > We should really remove the -Werror from the default build flags, and > instead u

Re: Fix multiple compiler warnings when building with gcc-12

2023-01-04 Thread Nathan Lynch
John Paul Adrian Glaubitz writes: > Ping. Any chance we can get these small fixes merged for the next > branch? Tyrel, I think these all look good. Thanks Adrian. We should really remove the -Werror from the default build flags, and instead use it judiciously in the CI.

Re: Fix multiple compiler warnings when building with gcc-12

2023-01-04 Thread John Paul Adrian Glaubitz
Ping. Any chance we can get these small fixes merged for the next branch? Thanks, Adrian On 12/26/22 10:54, John Paul Adrian Glaubitz wrote: This patch series fixes a number of warnings when building powerpc-utils with gcc-12 or newer. Since the project builds with "-Werror" by default, these w