On Fri, May 13, 2005 at 11:24:27PM +0200, Peter Schuller wrote: > * warns=6 > * %zu -> %u since %z is not recognized by gcc Which GCC are you using? GCC 3.4 does know them and they are correct. (z is length modifier for size_t, C99) Joerg