mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Refactor: cmCPackGenerator::DisplayVerboseOutput() unused arg
This commit is contained in:
@@ -51,10 +51,9 @@ cmCPackGenerator::~cmCPackGenerator()
|
||||
}
|
||||
|
||||
void cmCPackGenerator::DisplayVerboseOutput(const std::string& msg,
|
||||
float progress)
|
||||
float /*unused*/)
|
||||
{
|
||||
(void)progress;
|
||||
cmCPackLogger(cmCPackLog::LOG_VERBOSE, "" << msg << std::endl);
|
||||
cmCPackLogger(cmCPackLog::LOG_VERBOSE, msg << std::endl);
|
||||
}
|
||||
|
||||
int cmCPackGenerator::PrepareNames()
|
||||
|
||||
Reference in New Issue
Block a user