]> AND Public Git Repository - simgrid.git/blobdiff - tools/cmake/Flags.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill an external dependency that was for stateful MC
[simgrid.git] / tools / cmake / Flags.cmake
index b6e62226781d60c3f21c30f77022d91c0e6c24b0..21213be8a38eb6d3dda3e371ec503b51f2cd67b7 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()