On Fri, Nov 19, 2004 at 02:28:25PM +0100, Juergen Spitzmueller wrote: > The attached patch shuts up a few compiler warnings. John, please > have a look. I didn't test this very much.
Please use 'size_t' instead of 'unsigned' for vector postitions. It's the 'proper' type, not only wrt to signedness, but also wrt to size. Andre'