summaryrefslogtreecommitdiff
path: root/Source/cmInstallTargetGenerator.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-12-19 03:56:13 -0500
committerAlexander Neundorf <neundorf@kde.org>2007-12-19 03:56:13 -0500
commitac017f7aba06f99611d2dd98dd36ea0ef376dd8d (patch)
tree9f885c295fedeaddaca758c7a9c9c2c33eed4bb8 /Source/cmInstallTargetGenerator.h
parent04136a558aae63b97284ddb4db626d79a3898d86 (diff)
downloadcmake-ac017f7aba06f99611d2dd98dd36ea0ef376dd8d.tar.gz
STYLE: fix warnings: comparison signed/unsigned, unused variable
Alex
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r--Source/cmInstallTargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h
index 3fdd5bfe32..e37a5ef015 100644
--- a/Source/cmInstallTargetGenerator.h
+++ b/Source/cmInstallTargetGenerator.h
@@ -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,