Fix warning about unreachable code

master
Nathan Reed ago%!(EXTRA string=8 years)
parent fb524e6768
commit de080e6d0b
  1. 2
      stb_image_resize.h

@ -984,7 +984,7 @@ static int stbir__edge_wrap_slow(stbir_edge edge, int n, int max)
return (m); return (m);
} }
return n; // NOTREACHED // NOTREACHED
default: default:
STBIR_ASSERT(!"Unimplemented edge type"); STBIR_ASSERT(!"Unimplemented edge type");

Loading…
Cancel
Save