Fix warning

This commit is contained in:
Bill Hoffman 2009-11-03 17:21:25 -05:00
parent 5f41fe03ca
commit b0d43475c6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ bool SetArchiveType(struct archive* a,
cmCPackArchiveGenerator::CompressType ct, cmCPackArchiveGenerator::CompressType ct,
cmCPackArchiveGenerator::ArchiveType at) cmCPackArchiveGenerator::ArchiveType at)
{ {
int res; int res = 0;
// pick the archive type // pick the archive type
switch(at) switch(at)
{ {