summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-12-19 08:56:13 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-12-19 08:56:13 (GMT)
commitac017f7aba06f99611d2dd98dd36ea0ef376dd8d (patch)
tree9f885c295fedeaddaca758c7a9c9c2c33eed4bb8 /Source/cmLocalGenerator.h
parent04136a558aae63b97284ddb4db626d79a3898d86 (diff)
downloadCMake-ac017f7aba06f99611d2dd98dd36ea0ef376dd8d.zip
CMake-ac017f7aba06f99611d2dd98dd36ea0ef376dd8d.tar.gz
CMake-ac017f7aba06f99611d2dd98dd36ea0ef376dd8d.tar.bz2
STYLE: fix warnings: comparison signed/unsigned, unused variable
Alex
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 1015251..2056007 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -245,7 +245,7 @@ public:
///! Determine the arguments for the linker call, used also by
/// cmInstallTargetGenerator
bool GetLinkerArgs(std::string& rpath, std::string& linkLibs,
- cmTarget& tgt, bool relink, int minRpathSize);
+ cmTarget& tgt, bool relink, unsigned int minRpathSize);
bool IsChrpathAvailable(const cmTarget& target);