Date: Thu, 25 Apr 2019 12:27:21 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237555] textproc/topic: fix build with GCC-based architectures Message-ID: <bug-237555-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237555 Bug ID: 237555 Summary: textproc/topic: fix build with GCC-based architectures Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: email@freebsd.hypermart.net CC: email@freebsd.hypermart.net Flags: maintainer-feedback?(email@freebsd.hypermart.net) Created attachment 204003 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204003&action= =3Dedit patch Remove -Werror to fix this: ./linenoise.c: In function 'linenoiseEdit': ./linenoise.c:765: warning: comparison is always false due to limited range= of data type With -Werror, it causes a build error on GCC architectures. Tested on powerpc64 and amd64. --=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-237555-7788>