Date: Sun, 25 Jun 2023 17:37:43 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 272209] x11/xdm: error: incompatible function pointer types (LLVM16) Message-ID: <bug-272209-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272209 Bug ID: 272209 Summary: x11/xdm: error: incompatible function pointer types (LLVM16) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: ohartmann@walstatt.org Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org 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 --=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-272209-7788>