未验证 提交 d272ee1f 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2558 from taosdata/hotfix/sangshuduo/disable-taosmigrate-warning-as-error

disable waring-as-error on taosmigrate.c
......@@ -13,4 +13,6 @@ IF ((TD_LINUX_64) OR (TD_LINUX_32 AND TD_ARM))
ADD_EXECUTABLE(taosmigrate ${SRC})
TARGET_LINK_LIBRARIES(taosmigrate common tutil cJson)
ENDIF ()
\ No newline at end of file
ENDIF ()
SET_SOURCE_FILES_PROPERTIES(./taosmigrate.c PROPERTIES COMPILE_FLAGS -w)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册