diff --git a/cmake/flags.cmake b/cmake/flags.cmake index 41a7b4a9d1cce81d5b746d43668e961bbe5c6e0d..eb451dbf8609d8b656a1e00e634489af6a6143d5 100644 --- a/cmake/flags.cmake +++ b/cmake/flags.cmake @@ -154,6 +154,7 @@ if(NOT WIN32) -Wno-error=terminate # Warning in PADDLE_ENFORCE -Wno-error=int-in-bool-context # Warning in Eigen gcc 7.2 -Wimplicit-fallthrough=0 # Warning in tinyformat.h + -Wno-error=maybe-uninitialized # Warning in boost gcc 7.2 ${fsanitize}) if(WITH_IPU)