Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update XBT_ATTRIB_DEPRECATED_v??? in comments.
[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
     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()
 
     endif()
   endif()