summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-07-02 12:24:36 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-07-02 12:24:36 (GMT)
commit2a7e4539e67e1610b9f9c8899069f7f6239e441a (patch)
tree13cd4f1b55b10db431f6ff58b77018934cb7e4c5 /Source/cmMakefile.cxx
parenta43a65bf34285b55393fc1d8ec9df008e010bdd2 (diff)
downloadCMake-2a7e4539e67e1610b9f9c8899069f7f6239e441a.zip
CMake-2a7e4539e67e1610b9f9c8899069f7f6239e441a.tar.gz
CMake-2a7e4539e67e1610b9f9c8899069f7f6239e441a.tar.bz2
fixed warning
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index ca92e41..e4ed437 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -1374,7 +1374,7 @@ void cmMakefile::EnableLanguage(const char* lang)
void cmMakefile::ExpandSourceListArguments(
std::vector<std::string> const& arguments,
- std::vector<std::string>& newargs, int start)
+ std::vector<std::string>& newargs, unsigned int start)
{
// first figure out if we need to handle version 1.2 style source lists
int oldVersion = 1;