Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 01:49:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191775] New: incompatible expressions in /usr/include/stdio.h /usr/include/_ctype.h and /usr/include/xlocale/_ctype.h
Message-ID:  <bug-191775-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.haijie@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191775-8>