mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
Fix bugzilla 24661 - wctype_t and wctrans_t are platform-dependent
The previous definitions are left as the default. They could still be wrong on some other platforms.
This commit is contained in:
parent
5f4002ba5e
commit
845adf8e3c
2 changed files with 50 additions and 7 deletions
|
@ -51,9 +51,6 @@ immutable ErrorFilter[] knownProblems = [
|
|||
ErrorFilter("core.stdc.stdio.__sFILE", "", "FreeBSD", 0, ""),
|
||||
ErrorFilter("core.stdc.wchar_.mbstate_t", "", "Apple", 0, ""),
|
||||
ErrorFilter("core.stdc.wchar_.mbstate_t", "", "Windows", 0, ""),
|
||||
ErrorFilter("core.stdc.wctype.wctrans_t", "", "linux", 64, ""),
|
||||
ErrorFilter("core.stdc.wctype.wctype_t", "", "FreeBSD", 64, ""),
|
||||
ErrorFilter("core.stdc.wctype.wctype_t", "", "linux", 64, ""),
|
||||
ErrorFilter("core.sys.linux.perf_event.perf_event_sample_format", "", "linux", 0, ""),
|
||||
ErrorFilter("core.sys.posix.fcntl.flock", "", "linux", 32, ""),
|
||||
ErrorFilter("core.sys.posix.sched.sched_param", "", "Apple", 0, ""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue