Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2023 11:29:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269822] [patch] editors/uemacs: Fix build with Clang 15
Message-ID:  <bug-269822-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269822

            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=3D240406&action=
=3Dedit
Use -Wno-int-conversion flag

As reported by Jos=C3=A9 P=C3=A9rez on the freebsd-ports list, editors/uema=
cs 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 Dimit=
ry
Andric, treating the conversion as a warning like previous versions of Clan=
g.

--=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-269822-7788>