diff options
Diffstat (limited to 'community/doctest/fix-warning.patch')
-rw-r--r-- | community/doctest/fix-warning.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/doctest/fix-warning.patch b/community/doctest/fix-warning.patch new file mode 100644 index 0000000000..a8c4442f4b --- /dev/null +++ b/community/doctest/fix-warning.patch @@ -0,0 +1,12 @@ +--- a/examples/all_features/stringification.cpp 2021-10-24 02:51:18.387049593 +0300 ++++ b/examples/all_features/stringification.cpp 2021-10-24 02:51:35.319213554 +0300 +@@ -103,9 +103,6 @@ + MyTypeInherited<int> bla1; + bla1.one = 5; + bla1.two = 4u; +- MyTypeInherited<int> bla2; +- bla2.one = 5; +- bla2.two = 6u; + + Bar::Foo f1; + Bar::Foo f2; |