maintainer-feedback requested: [Bug 266195] x11-drivers/xf86-video-vmware: vmwgfx_tex_video.c:240:20: error: the comparison will always evaluate as 'true' for the address of 'yuv' will never be NULL [-Werror=address]
Date: Sat, 03 Sep 2022 09:34:06 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody) <x11@FreeBSD.org> for maintainer-feedback: Bug 266195: x11-drivers/xf86-video-vmware: vmwgfx_tex_video.c:240:20: error: the comparison will always evaluate as 'true' for the address of 'yuv' will never be NULL [-Werror=address] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266195 --- Description --- Updating GCC_DEFAULT from GCC 11 to GCC 12 is blocked by the fact that building this port with GCC 12 on i386 fails. The error message is the following: vmwgfx_tex_video.c: In function 'stop_video': vmwgfx_tex_video.c:240:20: error: the comparison will always evaluate as 'true' for the address of 'yuv' will never be NULL [-Werror=address] 240 | if (priv->yuv[i]) { | ^~~~ Please see also the log in the URL field. This URL might be useful to solve the issue: http://gcc.gnu.org/gcc-12/porting_to.html .