From a09b883bfe6aea5c5cf39d6374dfa2ca61911157 Mon Sep 17 00:00:00 2001 From: Nick Black Date: Dec 15 2021 03:03:38 +0000 Subject: Merge branch 'rawhide' into epel8-next --- diff --git a/.gitignore b/.gitignore index 2327fc7..dbde9bf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,4 @@ /doctest-2.4.4.tar.gz /doctest-2.4.5.tar.gz /doctest-2.4.6.tar.gz -/no-werror.patch /doctest-2.4.7.tar.gz diff --git a/no-werror.patch b/no-werror.patch new file mode 100644 index 0000000..bbe598e --- /dev/null +++ b/no-werror.patch @@ -0,0 +1,11 @@ +diff -ur doctest-2.4.6/scripts/cmake/common.cmake doctest-2.4.6-new/scripts/cmake/common.cmake +--- doctest-2.4.6/scripts/cmake/common.cmake 2021-03-22 08:05:04.000000000 -0400 ++++ doctest-2.4.6-new/scripts/cmake/common.cmake 2021-07-10 16:35:52.077046928 -0400 +@@ -79,7 +79,6 @@ + endmacro() + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") +- add_compiler_flags(-Werror) + add_compiler_flags(-fstrict-aliasing) + + # The following options are not valid when clang-cl is used.