stb_image: fix VC6

This commit is contained in:
Sean Barrett 2024-02-08 13:24:06 -08:00
parent c59da6729e
commit b7cf124628
1 changed files with 1 additions and 1 deletions

View File

@ -3571,9 +3571,9 @@ static int stbir__pack_coefficients( int num_contributors, stbir__contributors*
#else
#define STBIR_MOVE_4( dest, src ) { STBIR_NO_UNROLL(dest); ((stbir_uint64*)(dest))[0] = ((stbir_uint64*)(src))[0]; ((stbir_uint64*)(dest))[1] = ((stbir_uint64*)(src))[1]; }
#endif
STBIR__UNUSED( row0 ); // only used in an assert
int row_end = row1 + 1;
STBIR__UNUSED( row0 ); // only used in an assert
if ( coefficient_width != widest )
{