Bug 191775 - [headers] incompatible expressions in /usr/include/stdio.h /usr/include/_ctype.h and /usr/include/xlocale/_ctype.h
Summary: [headers] incompatible expressions in /usr/include/stdio.h /usr/include/_ctyp...
Status: Closed Not Enough Information
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 9.2-STABLE
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 01:49 UTC by Peng Haijie
Modified: 2023-09-21 12:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.