浏览代码

COMP: shut up warning

Ken Martin 20 年之前
父节点
当前提交
a3a7f040c6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Source/cmLocalGenerator.cxx

+ 2 - 0
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;
       }
     }