Blame SOURCES/libfido2-gcc11.patch

03440c
diff --git a/CMakeLists.txt b/CMakeLists.txt
03440c
index dbd5fa5..a5cdbbb 100644
03440c
--- a/CMakeLists.txt
03440c
+++ b/CMakeLists.txt
03440c
@@ -133,6 +133,7 @@ else()
03440c
 	set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wwrite-strings")
03440c
 	set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-prototypes")
03440c
 	set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wbad-function-cast")
03440c
+	set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-stringop-overflow")
03440c
 	set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pedantic")
03440c
 	set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pedantic-errors")
03440c
 	check_c_compiler_flag("-fstack-protector-all" HAVE_STACK_PROTECTOR_ALL)