• Andrew Morton's avatar
    [PATCH] scripts/pnmtologo.c warning fixes · 1f6fcc21
    Andrew Morton authored
    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.
    1f6fcc21
pnmtologo.c 11.7 KB