Date: Sat, 03 Sep 2022 09:34:06 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [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] Message-ID: <bug-266195-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266195 Bug ID: 266195 Summary: 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=3Daddress] Product: Ports & Packages Version: Latest Hardware: Any URL: http://pb2.nyi.freebsd.org/data/123i386-default-foo/20 22-08-30_08h46m26s/logs/errors/xf86-video-vmware-13.3. 0_7.log OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: salvadore@freebsd.org Blocks: 265948 Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org Updating GCC_DEFAULT from GCC 11 to GCC 12 is blocked by the fact that buil= ding this port with GCC 12 on i386 fails. The error message is the following: vmwgfx_tex_video.c: In function 'stop_video':=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 vmwgfx_tex_video.c:240:20: error: the comparison will always evaluate as 't= rue' for the address of 'yuv' will never be NULL [-Werror=3Daddress]=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 240 | if (priv->yuv[i]) {=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 | ^~~~ 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 . Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265948 [Bug 265948] [exp-run] Update GCC_DEFAULT from 11 to 12 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266195-7788>