Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2020 22:51:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244326] science/mbdyn: use signed char where necessary
Message-ID:  <bug-244326-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 244326
           Summary: science/mbdyn: use signed char where necessary
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: pkubaj@FreeBSD.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

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

During build on powerpc64, there's a warning:
parser.cc: In function 'int skip_remarks(HighParser&, InputStream&, char&)':
parser.cc:64:2: warning: case label value is less than minimum value for ty=
pe
   64 |  case -1: // should be EOF!
      |  ^~~~

powerpc64 uses unsigned char by default.

This (along with my other patches) should be upstreamed, but I don't have an
account on upstream's GitLab.

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