X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6051369d9427154f912e8affc417f20a26a0eb95..9afa0d0db01da2ae64e48fb594cc87c186dde192:/tools/cmake/Flags.cmake 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()