[PATCH 6/7] Char: stallion, fix compiler warnings

2007-11-09 Thread Jiri Slaby
stallion, fix compiler warnings Don't emit warnings on 64 bit platforms from min(). sizeof() on those is not uint, neither 2 pointers difference, cast it to uint by min_t in both cases. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- commit 7a411a4d1729e34bd7dc6697a8eedec7dd989c32 tree

[PATCH 6/7] Char: stallion, fix compiler warnings

2007-11-09 Thread Jiri Slaby
stallion, fix compiler warnings Don't emit warnings on 64 bit platforms from min(). sizeof() on those is not uint, neither 2 pointers difference, cast it to uint by min_t in both cases. Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- commit 7a411a4d1729e34bd7dc6697a8eedec7dd989c32 tree