disable waring-as-error on taosmigrate.c

This commit is contained in:
Shuduo Sang 2020-07-04 14:07:23 +08:00
parent 48d0543d0e
commit e2adc56b61
1 changed files with 3 additions and 1 deletions

View File

@ -14,3 +14,5 @@ IF ((TD_LINUX_64) OR (TD_LINUX_32 AND TD_ARM))
ADD_EXECUTABLE(taosmigrate ${SRC})
TARGET_LINK_LIBRARIES(taosmigrate common tutil cJson)
ENDIF ()
SET_SOURCE_FILES_PROPERTIES(./taosmigrate.c PROPERTIES COMPILE_FLAGS -w)