STYLE: fix warnings: comparison signed/unsigned, unused variable

Alex
This commit is contained in:
Alexander Neundorf
2007-12-19 03:56:13 -05:00
parent 04136a558a
commit ac017f7aba
4 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -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,