[PATCH] scripts/pnmtologo.c warning fixes
From: Rolf Eike Beer <eike-kernel@sf-tec.de> this patch makes some ints to unsigned ints. They are only used as loop counters and compared to unsigned ints. GCC 3.3 doesn't like this. They will never be negative anyway, so we could easily shut him up.
Showing
Please register or sign in to comment