[Bug 244326] science/mbdyn: use signed char where necessary

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 22 22:51:23 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244326

            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 at freebsd.org
          Reporter: pkubaj at FreeBSD.org
          Assignee: yuri at freebsd.org
             Flags: maintainer-feedback?(yuri at freebsd.org)

Created attachment 211845
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211845&action=edit
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 type
   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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list