diff --git a/cmake/flags.cmake b/cmake/flags.cmake index 6208ef969bc4a14cc07d53f9f38505897f902820..2559fab37f27cb1c3cd38469512a45f0235cc701 100644 --- a/cmake/flags.cmake +++ b/cmake/flags.cmake @@ -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()