Re: [PATCH] video: dw_hdmi: Fix compiler warnings with gcc-14

2024-04-20 Thread Anatolij Gustschin
On Sat, 27 Jan 2024 14:54:59 -0800 Khem Raj raj.k...@gmail.com wrote: > GCC-14 find more warnings like > "make pointer from integer without a cast" > fix them by adding a type cast. > > Signed-off-by: Khem Raj > Cc: Anatolij Gustschin > Cc: Tom Rini > --- > drivers/video/dw_hdmi.c | 8

[PATCH] video: dw_hdmi: Fix compiler warnings with gcc-14

2024-01-27 Thread Khem Raj
GCC-14 find more warnings like "make pointer from integer without a cast" fix them by adding a type cast. Signed-off-by: Khem Raj Cc: Anatolij Gustschin Cc: Tom Rini --- drivers/video/dw_hdmi.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/video/dw_hdmi.c