diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-05-13 19:50:42 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-05-13 19:50:42 (GMT) |
commit | a3a7f040c6bbec1ce4d85b845dfd656db7721036 (patch) | |
tree | 9b4a691961b098f10f8d162ca6ad914f3aa11a06 /Source/cmLocalGenerator.cxx | |
parent | cbf635806801d2e7d35586a908ae82cc2d439594 (diff) | |
download | CMake-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.cxx | 2 |
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; } } |