COMP: shut up warning

This commit is contained in:
Ken Martin 2005-05-13 15:50:42 -04:00
parent cbf6358068
commit a3a7f040c6
1 changed files with 2 additions and 0 deletions

View File

@ -1500,6 +1500,8 @@ std::string cmLocalGenerator::Convert(const char* source,
case FULL:
result = cmSystemTools::CollapseFullPath(result.c_str());
break;
case NONE:
break;
}
}