• Nils Goroll's avatar
    fellow_cache: Flexelint polish · d7e4496e
    Nils Goroll authored
    avoid comparison between signed and unsigned.
    
    We know that (have) is positive here because of the explicit test for
    < 0 two lines above, so it is save to cast to the type of the rhd
    operand.
    
    Ref a9700c63
    Ref #65
    d7e4496e
fellow_cache.c 183 KB