From 34635a992a92829263530024869ea7dc7553f44d Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Thu, 29 Oct 2020 16:27:21 +0800 Subject: [PATCH] compile err in windows --- src/client/src/tscSystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/src/tscSystem.c b/src/client/src/tscSystem.c index d2fcbd1d1e..77d668c5af 100644 --- a/src/client/src/tscSystem.c +++ b/src/client/src/tscSystem.c @@ -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;