Re: Big character set cleanup
Dave Malcolm <[email protected]> Sun, 03 Apr 2005 13:39:57 -0400
| Newsgroups | gmane.editors.conglomerate.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2005-04-02 at 21:38, Michèle Garoche wrote: > Le 1 avr. 2005, à 4:48, David Malcolm a écrit : > > > I just tried compiling Conglomerate under GCC4, which is a lot more > > picky about the signedness of character types (and pointers to these > > types) than GCC3. > [snip] > > It'd be great if people using different compilers (e.g. GCC 3) could > > check out the latest code and confirm that it compiles cleanly with the > > highest warning coverage. It'd also be good if you could grab the code > > anyway, and test it; I hope I haven't introduced any new bugs, but it > > was a lot of typing.... > Compiles fine for me with -Wall and --enable-werror on gcc3.3 Mac OS X. Thanks; good to hear. > > As for testing, if you can tell me what to test exactly, I can do it. Thanks. Unfortunately, I have no idea :-) I had to make small changes to _many_ parts of the code to fix this problem. But all of the changes were very minor, so I hope nothing broke. --