summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-07 21:26:08 -0400
committerKen Martin <ken.martin@kitware.com>2002-09-07 21:26:08 -0400
commitf229c1c46e81868d4a41d8f7238ae2562bce3f59 (patch)
tree09e86ac09e5746f02a2e841c696ba359f88fc11a /Source/cmGlobalVisualStudio6Generator.cxx
parentb7455e404f8838d2f08a43b3e7ae2dd0c8e5e293 (diff)
downloadcmake-f229c1c46e81868d4a41d8f7238ae2562bce3f59.tar.gz
compiler warnings
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index bd0a00a93a..8000c6a3c6 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -212,7 +212,7 @@ void cmGlobalVisualStudio6Generator::WriteDSWFile(std::ostream& fout)
std::string homedir = m_CMakeInstance->GetHomeDirectory();
homedir += "/";
- int i;
+ unsigned int i;
for(i = 0; i < m_LocalGenerators.size(); ++i)
{
cmMakefile* mf = m_LocalGenerators[i]->GetMakefile();
@@ -244,7 +244,7 @@ void cmGlobalVisualStudio6Generator::WriteDSWFile(std::ostream& fout)
// vector on the makefile
if(l->first == "ALL_BUILD")
{
- int j;
+ unsigned int j;
for(j = 0; j < m_LocalGenerators.size(); ++j)
{
const cmTargets &atgts =