remove the warning issue test=develop (#20718)

yaoxuefeng
wopeizl 5 years ago committed by GitHub
parent 8b59ac3ad0
commit 3b31b74e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,6 +167,8 @@ if(NOT APPLE)
-Wno-error=cast-function-type # Warning in boost gcc 8.2
-Wno-error=parentheses # Warning in boost gcc 8.2
-Wno-error=catch-value # Warning in boost gcc 8.2
-Wno-error=nonnull-compare # Warning in boost gcc 8.2
-Wno-error=address # Warning in boost gcc 8.2
-Wno-ignored-qualifiers # Warning in boost gcc 8.2
)
endif()

Loading…
Cancel
Save