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@FreeBSD.org
          Reporter: peng.hai...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to