Skip to content
  • Nils Philippsen's avatar
    fix bogus overflow warning · bc610c8f
    Nils Philippsen authored
    tile-swap.c: In function ‘tile_swap_command’:
    tile-swap.c:721:6: warning: assuming signed overflow does not occur when
    assuming that (X + c) < X is always false [-Wstrict-overflow]
    bc610c8f