[trunk] Fix two simple warnings about sign mismatch
[openjpeg.git] / tests / unit / testempty1.c
index 01547e3db7d2f349ee3af5c77255167ebe9e71a0..f4140f648e8e16b610232d0b09bbeab1432698a8 100644 (file)
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
 
   const OPJ_COLOR_SPACE color_space = OPJ_CLRSPC_GRAY;
   unsigned int numcomps = 1;
-  int i;
+  unsigned int i;
   unsigned int image_width = 256;
   unsigned int image_height = 256;