On Tue, Nov 10, 2020 at 2:35 PM Tom Rini <tr...@konsulko.com> wrote: > On Tue, Nov 10, 2020 at 01:18:41PM +0100, Heinrich Schuchardt wrote: > > On 11/10/20 1:16 PM, Tom Rini wrote: > > > On Tue, Nov 10, 2020 at 01:00:06PM +0100, Heinrich Schuchardt wrote: > > > > On 11/10/20 11:41 AM, Andy Shevchenko wrote: > > > > > On Tue, Nov 10, 2020 at 12:40 PM Andy Shevchenko > > > > > <andy.shevche...@gmail.com> wrote: > > > > > > On Tue, Nov 10, 2020 at 12:22 AM Tom Rini <tr...@konsulko.com> > > > > > > wrote:
... > > > > > > fdt.c is full of > > > > > > > > > > Correction: all of fdt*.c are full of this kind of compiler warnings > > > > > > > > > > > scripts/dtc/libfdt/fdt.c: In function ‘fdt_offset_ptr’: > > > > > > scripts/dtc/libfdt/fdt.c:137:18: warning: comparison of integer > > > > > > expressions of different signedness: ‘unsigned int’ and ‘int’ > > > > > > [-Wsign-compare] > > > > > > 137 | if ((absoffset < offset) > > > > > > | ^ > > > > > > > > > > > > Is it known? Is a fix available? > > > > > > With what compiler version? > > > > GCC 10.2 > > Fun. Is that the only problem we see with GCC 10.2? I'm tempted to say > post v2021.01 is when we move to 10.2 being default, assuming the > kernel.org toolchains get upgraded by then. For now I guess I need to > grab > https://patchwork.ozlabs.org/project/uboot/patch/20201016144250.29106-1-andre.przyw...@arm.com/ > rather than do a full re-sync. Sounds like a good plan to me. Thanks! -- With Best Regards, Andy Shevchenko