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 <raj.k...@gmail.com> > Cc: Anatolij Gustschin <ag...@denx.de> > Cc: Tom Rini <tr...@konsulko.com> > --- > drivers/video/dw_hdmi.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
applied to u-boot-video. -- Anatolij