Date: Sun, 25 Jun 2023 17:37:43 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 272209] x11/xdm: error: incompatible function pointer types (LLVM16) Message-ID: <bug-272209-7141-u7ARU5CRrW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-272209-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-272209-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody) <x11@FreeBSD.org> for maintainer-feedback: Bug 272209: x11/xdm: error: incompatible function pointer types (LLVM16) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272209 --- Description --- Host: FreeBSD 14.0-CURRENT #2 main-n263789-f190c36b5d45: Sun Jun 25 14:46:00 CEST 2023 amd64 Compiling x11/xdm fails with the following error: [...] greet.c:451:20: error: incompatible function pointer types assigning to 'vo= id (*)(void)' from 'int (*)(void)' [-Wincompatible-function-pointer-types] __xdm_setgrent =3D dlfuncs->_setgrent; ^ ~~~~~~~~~~~~~~~~~~ 1 error generated. *** Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272209-7141-u7ARU5CRrW>