From 3b31b74e205dcad70e4c09482dec1ed0eea83d60 Mon Sep 17 00:00:00 2001 From: wopeizl Date: Mon, 28 Oct 2019 13:08:51 +0800 Subject: [PATCH] remove the warning issue test=develop (#20718) --- cmake/flags.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/flags.cmake b/cmake/flags.cmake index 6208ef969bc..2559fab37f2 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() -- GitLab