You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxGTK/SOURCES/tests-no-deprecated-copy-dt...

15 lines
416 B

diff --git a/tests/allheaders.cpp b/tests/allheaders.cpp
index ae0957dd78..e1a462435c 100644
--- a/tests/allheaders.cpp
+++ b/tests/allheaders.cpp
@@ -129,9 +129,6 @@
#endif // 4.7
#if CHECK_GCC_VERSION(9,1)
GCC_TURN_ON(deprecated-copy)
-#endif // 9.1
-#if CHECK_GCC_VERSION(9,1)
- GCC_TURN_ON(deprecated-copy-dtor)
#endif // 9.1
GCC_TURN_ON(disabled-optimization)
GCC_TURN_ON(double-promotion)