mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 01:01:12 +00:00
COMP: silence warnings
Alex
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user