mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
Fix warning
This commit is contained in:
@@ -49,7 +49,7 @@ bool SetArchiveType(struct archive* a,
|
||||
cmCPackArchiveGenerator::CompressType ct,
|
||||
cmCPackArchiveGenerator::ArchiveType at)
|
||||
{
|
||||
int res;
|
||||
int res = 0;
|
||||
// pick the archive type
|
||||
switch(at)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user