Bug 191775

Summary: [headers] incompatible expressions in /usr/include/stdio.h /usr/include/_ctype.h and /usr/include/xlocale/_ctype.h
Product: Base System Reporter: Peng Haijie <peng.haijie>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed Not Enough Information    
Severity: Affects Only Me CC: yuripv
Priority: ---    
Version: 9.2-STABLE   
Hardware: amd64   
OS: Any   

Description Peng Haijie 2014-07-10 01:49:08 UTC
(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
Comment 1 Peng Haijie 2014-07-10 01:59:55 UTC
Building the Ecere SDK produces these warnings
Comment 2 Yuri Pankov freebsd_committer freebsd_triage 2020-12-08 07:37:23 UTC
Is this still actual?
Comment 3 Yuri Pankov freebsd_committer freebsd_triage 2023-09-21 12:42:38 UTC
There is not enough information to work on, please reopen if you can provide an actual way of reproducing this.