提交 7b3e1003 编写于 作者: S Shengliang Guan

fix: compile error in windows

上级 85f5d4d5
...@@ -448,7 +448,7 @@ static inline void taosPrintLogImp(ELogLevel level, int32_t dflag, const char *b ...@@ -448,7 +448,7 @@ static inline void taosPrintLogImp(ELogLevel level, int32_t dflag, const char *b
if (dflag & DEBUG_SCREEN) { if (dflag & DEBUG_SCREEN) {
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-result" #pragma GCC diagnostic ignored "-Wunused-result"
write(STDOUT_FILENO, buffer, (uint32_t)len); write(1, buffer, (uint32_t)len);
#pragma GCC diagnostic pop #pragma GCC diagnostic pop
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册