提交 350ceab4 编写于 作者: Z zhaoyanggh

type cast warning

上级 56774603
......@@ -1677,7 +1677,7 @@ void *queryNtableAggrFunc(void *sarg) {
sprintf(command, "SELECT %s FROM %s%" PRId64 " WHERE ts>= %" PRIu64,
aggreFunc[j], tb_prefix, i, startTime);
double t = static_cast<double> taosGetTimestampUs();
double t = (double)taosGetTimestampUs();
debugPrint("%s() LN%d, sql command: %s\n", __func__, __LINE__,
command);
TAOS_RES *pSql = taos_query(taos, command);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册