Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another attempt at fixing the Flag2 job of jenkins
[simgrid.git] / tools / cmake / Flags.cmake
index b6e6222..21213be 100644 (file)
@@ -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()