Remove warnings.

This commit is contained in:
castano 2007-12-03 08:36:02 +00:00
parent f3f7480a4b
commit 4dc5ab0f26

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();