Fix warning about unreachable code

pull/454/head
Nathan Reed 2017-05-11 22:53:03 -07:00
parent fb524e6768
commit de080e6d0b
1 changed files with 1 additions and 1 deletions

View File

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