COMP: silence warnings
Alex
This commit is contained in:
parent
a39aff52a0
commit
8796bfcbaf
@ -41,6 +41,11 @@ int cmCPackDebGenerator::CompressFiles(const char* outFileName,
|
|||||||
{
|
{
|
||||||
const char* arExecutable = this->GetOption("AR_EXECUTABLE");
|
const char* arExecutable = this->GetOption("AR_EXECUTABLE");
|
||||||
const char* cmakeExecutable = this->GetOption("CMAKE_COMMAND");
|
const char* cmakeExecutable = this->GetOption("CMAKE_COMMAND");
|
||||||
|
(void) outFileName;
|
||||||
|
(void) toplevel;
|
||||||
|
(void) files;
|
||||||
|
(void) arExecutable;
|
||||||
|
(void) cmakeExecutable;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user