COMP: silence warnings

Alex
This commit is contained in:
Alexander Neundorf 2007-07-25 11:41:25 -04:00
parent a39aff52a0
commit 8796bfcbaf
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ int cmCPackDebGenerator::CompressFiles(const char* outFileName,
{
const char* arExecutable = this->GetOption("AR_EXECUTABLE");
const char* cmakeExecutable = this->GetOption("CMAKE_COMMAND");
(void) outFileName;
(void) toplevel;
(void) files;
(void) arExecutable;
(void) cmakeExecutable;
return 1;
}