Re: E 0.9.3 release?
Charles Landau <clandau-oK/[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
> On 3 January 2011 02:24, Mark Miller<[email protected]> wrote: >> > You seem to be correct. Inserting a "(int)" cast on the first argument to >> > this call to isprint, and for all other such warnings, doing the same for >> > the first argument to isdigit, made all these warnings go away. This being >> > C, it's so far outside my normal programming aesthetics that I have no >> > strong opinion whether we are better off with these casts and with "-Werror" >> > or without both. My inclination is to leave my recent change be -- no cast >> > and "-Werror" suppressed. If this would be a mistake, please let me know. CapROS compiles with -Werror and I feel it is a very useful option. It has caught several bugs.