On Wed, Aug 25, 2021 at 7:14 AM <marcandre.lureau@xxxxxxxxxx> wrote: > > From: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> > > With mingw64-gcc, the compiler complains with various warnings: > error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] Perhaps also turn the warning on for all builds so we don't need specific compilers to find warnings. Though maybe some compiler versions don't support it? > > Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> > --- > fdtdump.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Rob Herring <robh@xxxxxxxxxx>