[TD-13671]<fix>: gcc 11 compile error on 3.0 (#10381)

This commit is contained in:
Shuduo Sang 2022-02-24 13:08:21 +08:00 committed by GitHub
parent c108dd5db0
commit fbbe83fc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ endif(${BUILD_WITH_TRAFT})
# LIBUV
if(${BUILD_WITH_UV})
add_compile_options(-Wno-sign-compare)
add_subdirectory(libuv)
endif(${BUILD_WITH_UV})