Re: More compilation fixes for Camel
Tor Lillqvist <[email protected]> Wed, 18 Oct 2006 13:59:28 +0300
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1161169168.3136.32.camel@pettson> |
Instead of this cast-o-rama, have you investigated whether it would be simpler and more correct to change the prototypes of the affected functions instead (changing signedness or constness of char * parameters as appropriate), and/or changing signedness/constness of the affected char* variables? Maybe then the need for casts all over the place to avoid warnings would diminish drastically? --tml