未验证 提交 95d736ae 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #8153 from taosdata/szhou/hotfix/td-10533-dev

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