From: Martin Quinson Date: Thu, 16 Nov 2023 13:16:03 +0000 (+0100) Subject: Another attempt at fixing the Flag2 job of jenkins X-Git-Tag: v3.35~37 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9afa0d0db01da2ae64e48fb594cc87c186dde192 Another attempt at fixing the Flag2 job of jenkins --- diff --git a/tools/cmake/Flags.cmake b/tools/cmake/Flags.cmake index b6e6222678..21213be8a3 100644 --- a/tools/cmake/Flags.cmake +++ b/tools/cmake/Flags.cmake @@ -43,7 +43,7 @@ if(enable_compile_warnings) endif() if (CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "13.2.0") # workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101361 - set(warnCXXFLAGS "${warnCXXFLAGS} -Wno-error=stringop-overread") + set(warnCXXFLAGS "${warnCXXFLAGS} -Wno-error=stringop-overread -Wno-error=stringop-overflow") endif() endif()