Skip to content

Commit f9be8a1

Browse files
committed
Remove second -Wno-deprecated-copy.
1 parent 8ba7a87 commit f9be8a1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

configure.ac

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,6 @@ AS_CASE([${CC}], [*],
269269
[AX_CHECK_COMPILE_FLAG([-Wno-comment],
270270
[CXXFLAGS="$CXXFLAGS -Wno-comment"])])
271271

272-
# Suppress warning for copy of implicitly generated copy constructor.
273-
#------------------------------------------------------------------------------
274-
AS_CASE([${CC}], [*],
275-
[AX_CHECK_COMPILE_FLAG([-Wno-deprecated-copy],
276-
[CFLAGS="$CFLAGS -Wno-deprecated-copy"])])
277-
278272
# Suppress warning for copy of implicitly generated copy constructor.
279273
#------------------------------------------------------------------------------
280274
AS_CASE([${CC}], [*],

0 commit comments

Comments
 (0)