Skip to content

Commit 69917d5

Browse files
committed
Remove second -Wno-deprecated-copy.
1 parent 228156d commit 69917d5

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
@@ -257,12 +257,6 @@ AS_CASE([${CC}], [*],
257257
[AX_CHECK_COMPILE_FLAG([-Wno-comment],
258258
[CXXFLAGS="$CXXFLAGS -Wno-comment"])])
259259

260-
# Suppress warning for copy of implicitly generated copy constructor.
261-
#------------------------------------------------------------------------------
262-
AS_CASE([${CC}], [*],
263-
[AX_CHECK_COMPILE_FLAG([-Wno-deprecated-copy],
264-
[CFLAGS="$CFLAGS -Wno-deprecated-copy"])])
265-
266260
# Suppress warning for copy of implicitly generated copy constructor.
267261
#------------------------------------------------------------------------------
268262
AS_CASE([${CC}], [*],

0 commit comments

Comments
 (0)