Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Apr 2020 11:42:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245315] emulators/emu64: fix build on PPC and ARM
Message-ID:  <bug-245315-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 245315
           Summary: emulators/emu64: fix build on PPC and ARM
           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: felix@palmen-it.de
                CC: felix@palmen-it.de
             Flags: maintainer-feedback?(felix@palmen-it.de)

Created attachment 213015
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D213015&action=
=3Dedit
patch

chars on PPC and ARM are unsigned by default.
This causes a build error:
../../emu64-5.0.18/src/c64_class.cpp: In member function 'void
C64Class::AnalyzeSDLEvent(SDL_Event*)':
../../emu64-5.0.18/src/c64_class.cpp:1760:46: error: narrowing conversion of
'-1' from 'int' to 'char' [-Wnarrowing]
 1760 |     static char joy_axis_tbl[5] =3D {1,1,0,0,-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-245315-7788>