Jeff Roberts (Bellevue) 1 год назад
Родитель
Сommit
c59da6729e
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      stb_image_resize2.h

+ 2 - 1
stb_image_resize2.h

@@ -3571,7 +3571,8 @@ static int stbir__pack_coefficients( int num_contributors, stbir__contributors*
   #else
   #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]; }
   #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
   #endif
-  
+  STBIR__UNUSED( row0 ); // only used in an assert
+
   int row_end = row1 + 1;
   int row_end = row1 + 1;
 
 
   if ( coefficient_width != widest )
   if ( coefficient_width != widest )