Re: [PATCH] -Werror fixes

2005-08-09 Thread Timo Sirainen
On Tue, 2005-08-09 at 18:30 +0300, Timo Sirainen wrote: > GCC's format __attribute__ is good for checking errors, especially with > -Werror=2 parameter. Patch below fixes most of the reported problems > against 2005-08-09 snapshot. Eh. -Wformat=2 of course. What was I thinking..

[PATCH] -Werror fixes

2005-08-09 Thread Timo Sirainen
GCC's format __attribute__ is good for checking errors, especially with -Werror=2 parameter. Patch below fixes most of the reported problems against 2005-08-09 snapshot. Also how about trying to implement some kind of generically usable string object? Now the code uses sprintf/snprintf/etc. in var