summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-05-13 19:50:42 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-05-13 19:50:42 (GMT)
commita3a7f040c6bbec1ce4d85b845dfd656db7721036 (patch)
tree9b4a691961b098f10f8d162ca6ad914f3aa11a06 /Source/cmLocalGenerator.cxx
parentcbf635806801d2e7d35586a908ae82cc2d439594 (diff)
downloadCMake-a3a7f040c6bbec1ce4d85b845dfd656db7721036.zip
CMake-a3a7f040c6bbec1ce4d85b845dfd656db7721036.tar.gz
CMake-a3a7f040c6bbec1ce4d85b845dfd656db7721036.tar.bz2
COMP: shut up warning
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 8fa2e4e..21b6e33 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1500,6 +1500,8 @@ std::string cmLocalGenerator::Convert(const char* source,
case FULL:
result = cmSystemTools::CollapseFullPath(result.c_str());
break;
+ case NONE:
+ break;
}
}