Mark row0 as unused
This commit is contained in:
parent
7f7e3469cf
commit
c59da6729e
@ -3571,6 +3571,7 @@ 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user