[Bug 269822] [patch] editors/uemacs: Fix build with Clang 15
Date: Sat, 25 Feb 2023 11:29:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269822 Bug ID: 269822 Summary: [patch] editors/uemacs: Fix build with Clang 15 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: mail@ozzmosis.com Attachment #240406 maintainer-approval+ Flags: Created attachment 240406 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=240406&action=edit Use -Wno-int-conversion flag As reported by José Pérez on the freebsd-ports list, editors/uemacs fails to build on 14.0-CURRENT 1400079, due to Clang 15 treating implicit pointer/integer conversions as errors. This patch uses the -Wno-int-conversion compiler flag as suggested by Dimitry Andric, treating the conversion as a warning like previous versions of Clang. -- You are receiving this mail because: You are the assignee for the bug.