[Bug 191775] New: incompatible expressions in /usr/include/stdio.h /usr/include/_ctype.h and /usr/include/xlocale/_ctype.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 10 01:49:08 UTC 2014


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

            Bug ID: 191775
           Summary: incompatible expressions in /usr/include/stdio.h
                    /usr/include/_ctype.h and
                    /usr/include/xlocale/_ctype.h
           Product: Base System
           Version: 9.2-STABLE
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: peng.haijie at gmail.com

(1)
/usr/include/stdio.h:461:23: warning: incompatible expression _c (int);
expected byte

(2)
/usr/include/_ctype.h:99:9: warning: incompatible expression ((_c < 0 || _c >=
(1 << 8)) ? ___runetype(_c) 

(3)
/usr/include/xlocale/_ctype.h:107:9: warning: incompatible expression
(*runes).__runetype[__c] & __f (uint64); expected int

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


More information about the freebsd-bugs mailing list