提交 34635a99 编写于 作者: S Shengliang Guan

compile err in windows

上级 f5678f78
......@@ -159,7 +159,7 @@ void taos_init_imp(void) {
void taos_init() { pthread_once(&tscinit, taos_init_imp); }
// this function may be called by user or system, or by both simultaneously.
void taos_cleanup() {
void taos_cleanup(void) {
tscDebug("start to cleanup client environment");
void* m = tscMetaCache;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册