Compiler warnings
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@734 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -1065,7 +1065,7 @@ DLLEXPORT int DLLCALL tjTransform(tjhandle handle, unsigned char *jpegBuf,
|
||||
&xinfo[i]);
|
||||
if(t[i].customFilter)
|
||||
{
|
||||
int ci, by, y;
|
||||
int ci, y; JDIMENSION by;
|
||||
for(ci=0; ci<cinfo->num_components; ci++)
|
||||
{
|
||||
jpeg_component_info *compptr=&cinfo->comp_info[ci];
|
||||
|
||||
Reference in New Issue
Block a user