Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another attempt at fixing the Flag2 job of jenkins
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 16 Nov 2023 13:16:03 +0000 (14:16 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 16 Nov 2023 13:16:03 +0000 (14:16 +0100)
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()