summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-06 16:37:00 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-06 16:37:00 (GMT)
commit0b7d51d79fb2621e84b1d2de16846426304e5f97 (patch)
tree7a8fa67de8d09aa40df4a945377285a3a6c5dd8b /Source/cmSystemTools.cxx
parentb8548c1db32c6a007744ddd177ab71e4f7121929 (diff)
downloadCMake-0b7d51d79fb2621e84b1d2de16846426304e5f97.zip
CMake-0b7d51d79fb2621e84b1d2de16846426304e5f97.tar.gz
CMake-0b7d51d79fb2621e84b1d2de16846426304e5f97.tar.bz2
Remove warning
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 1b6a41a..1a81a18 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -2275,7 +2275,7 @@ bool cmSystemTools::SimpleGlob(const std::string& glob,
path = "/";
}
- bool res;
+ bool res = false;
cmDirectory d;
if (d.Load(path.c_str()))
{