提交 1288e4b4 编写于 作者: D dapan1121

Merge remote-tracking branch 'origin/develop' into feature/TD-10396

......@@ -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.
先完成此消息的编辑!
想要评论请 注册