Re: [PATCH 0 of 2] Fix several compiler warnings.

2009-07-24 Thread Rocco Rutte
Hi, * Matthias Andree wrote: > These are minor cleanups to fix a few compiler warnings. I've pushed both, thanks! Rocco pgphEf3egLP7u.pgp Description: PGP signature

[PATCH 0 of 2] Fix several compiler warnings.

2009-07-23 Thread Matthias Andree
These are minor cleanups to fix a few compiler warnings. Two will remain: - one about mktemp() (but I haven't investigated if the workaround is portable; mktemp is used as input for mkdir, so it's safe in spite of the warning) - another about a longish copyright string literal in main.c that