• Rolf Eike Beer's avatar
    [PATCH] shut up gcc 3.3 for scripts/pnmtologo.c · 1b1a84f1
    Rolf Eike Beer authored
    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.
    1b1a84f1
pnmtologo.c 11.7 KB