> A clean running make not cluttered with tons of warnings gives a more > confidental feeling for the quality of the project and just looks > better. In the spirit of this, I attach a couple of patches that clear up some of the many warnings on Win32. One of them is the long standing problem of mixing optimization and debugging link flags, which results in a linker warning under the VC++ linker.
The other removes various unreferenced variables and puts in some explicit casts, which get rid of some warnings when compiling with VC++ (there's more to go, but as the patch touches a fair few files I thought it best to send it in tonight, as I don't know when I'll next get chance to hunt down any more). Jonathan
warningsfix.diff
Description: Binary data
linkfix.diff
Description: Binary data