提交 b8a9302f 编写于 作者: S shenglian zhou

[TD-10533]<hotfix>:add return value to pass windows compilation

上级 5ea7147e
......@@ -411,8 +411,10 @@ int64_t convertTimePrecision(int64_t time, int32_t fromPrecision, int32_t toPrec
return time;
}
} //end from nano
default:
default: {
assert(0);
return time; // only to pass windows compilation
}
} //end switch fromPrecision
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册