summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackTarBZip2Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-02 21:52:20 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-02 21:52:20 (GMT)
commit266971e30268cadb015cecb41900e602965d55a5 (patch)
tree18628773b6413f39fbe3406a314b0c9d8f896dc7 /Source/CPack/cmCPackTarBZip2Generator.cxx
parent98a5bbd3aa30e77d5e3637ff6b981abe85ce5210 (diff)
downloadCMake-266971e30268cadb015cecb41900e602965d55a5.zip
CMake-266971e30268cadb015cecb41900e602965d55a5.tar.gz
CMake-266971e30268cadb015cecb41900e602965d55a5.tar.bz2
STYLE: fix warnings
Diffstat (limited to 'Source/CPack/cmCPackTarBZip2Generator.cxx')
-rw-r--r--Source/CPack/cmCPackTarBZip2Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackTarBZip2Generator.cxx b/Source/CPack/cmCPackTarBZip2Generator.cxx
index 7a52afd..d4c6dd6 100644
--- a/Source/CPack/cmCPackTarBZip2Generator.cxx
+++ b/Source/CPack/cmCPackTarBZip2Generator.cxx
@@ -101,7 +101,6 @@ int cmCPackTarBZip2Generator::CompressFiles(const char* outFileName,
= this->GetOption("CPACK_TEMPORARY_DIRECTORY");
packageDirFileName += ".tar";
std::string output;
- int retVal = -1;
if ( !this->Superclass::CompressFiles(packageDirFileName.c_str(),
toplevel, files) )
{