Remove warnings.

This commit is contained in:
castano 2007-12-03 08:36:02 +00:00
parent 2fec3e7695
commit ed04c2249a

View File

@ -106,7 +106,7 @@ int main(int argc, char *argv[])
// Load all files.
nv::Array<nv::Image> images;
uint w, h;
uint w = 0, h = 0;
bool hasAlpha = false;
const uint imageCount = files.count();