Browse Source

COMP: silence warnings

Alex
Alexander Neundorf 18 years ago
parent
commit
8796bfcbaf
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Source/CPack/cmCPackDebGenerator.cxx

+ 5 - 0
Source/CPack/cmCPackDebGenerator.cxx

@@ -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;
 }