Re: [External] : Stop building the kernel with -Wno-uninitialized on clang archs

2021-11-26 Thread Alexandr Nedvedicky
Hello, On Fri, Nov 26, 2021 at 10:14:47PM +1100, Jonathan Gray wrote: > On Fri, Nov 26, 2021 at 12:04:21PM +0100, Alexandr Nedvedicky wrote: > > Hello, > > > > On Fri, Nov 26, 2021 at 04:32:59PM +1100, Jonathan Gray wrote: > > > Stop building the kernel with -Wno-uninitialized on clang archs. > >

Re: [External] : Stop building the kernel with -Wno-uninitialized on clang archs

2021-11-26 Thread Jonathan Gray
On Fri, Nov 26, 2021 at 12:04:21PM +0100, Alexandr Nedvedicky wrote: > Hello, > > On Fri, Nov 26, 2021 at 04:32:59PM +1100, Jonathan Gray wrote: > > Stop building the kernel with -Wno-uninitialized on clang archs. > > This hides real problems like the recently fixed uninitialised memory > > use in

Re: [External] : Stop building the kernel with -Wno-uninitialized on clang archs

2021-11-26 Thread Alexandr Nedvedicky
Hello, On Fri, Nov 26, 2021 at 04:32:59PM +1100, Jonathan Gray wrote: > Stop building the kernel with -Wno-uninitialized on clang archs. > This hides real problems like the recently fixed uninitialised memory > use in pf and igc. yes, please. I'd like to have the warning enabled. I'm just