Ticket #11517 (closed build error: fixed)
Broken compilation with intel compiler
| Reported by: | King_DuckZ | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | build | Version: | 2.9.0 |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
A small mistake in fd.h was causing problems with compilation using intel compiler (modifide code was only used if current compiler was intel's - #if defined(INTELC) && defined(LINUX)).
Correction is: wxFD_CLR() function's return type should be void rather than bool.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

