提交 2a64d5b5 编写于 作者: H Heejae Chang

added another error code that won't happen in live analysis

上级 e667ceea
......@@ -42,6 +42,10 @@ internal override ImmutableArray<int> GetSupportedErrorCodes()
// unused field. current live error doesn't support this.
continue;
case (int)ErrorCode.ERR_MissingPredefinedMember:
// make it build only error.
continue;
default:
builder.Add(errorCode);
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册