mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-11 16:50:50 -05:00
STYLE: fix warnings: comparison signed/unsigned, unused variable
Alex
This commit is contained in:
@@ -55,7 +55,7 @@ protected:
|
||||
const char* config,
|
||||
const std::string& toDestDirPath);
|
||||
void AddChrpathPatchRule(std::ostream& os, Indent const& indent,
|
||||
const char* config, std::string const& toDestDirPath);
|
||||
std::string const& toDestDirPath);
|
||||
|
||||
void AddStripRule(std::ostream& os, Indent const& indent,
|
||||
cmTarget::TargetType type,
|
||||
|
||||
Reference in New Issue
Block a user