libdthelp: resolve 46 compiler warnings

This commit is contained in:
Peter Howkins
2012-10-08 15:34:45 +01:00
parent c3c9abd86f
commit cd39eabb18
17 changed files with 45 additions and 43 deletions

View File

@@ -454,7 +454,7 @@ ilImageDes *pimdes
dstdata.producerObject = (ilObject) NULL;
des = *pimdes;
des.compression = IL_UNCOMPRESSED;
des.compInfo.g4.flags = NULL;
des.compInfo.g4.flags = 0;
dstdata.pDes = &des;
dstdata.pFormat = IL_FORMAT_BIT;
dstdata.width = pinfo->width;

View File

@@ -615,7 +615,7 @@ ilImageDes *pimdes
dstdata.producerObject = (ilObject) NULL;
des = *pimdes;
des.compression = IL_UNCOMPRESSED;
des.compInfo.g4.flags = NULL;
des.compInfo.g4.flags = 0;
dstdata.pDes = &des;
dstdata.pFormat = IL_FORMAT_BIT;
dstdata.width = pinfo->width;