Skip to content

Commit 24ce4b3

Browse files
committed
Remove second -Wno-deprecated-copy.
1 parent 2e6c842 commit 24ce4b3

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
@@ -386,12 +386,6 @@ AS_CASE([${CC}], [*],
386386
[AX_CHECK_COMPILE_FLAG([-Wno-comment],
387387
[CXXFLAGS="$CXXFLAGS -Wno-comment"])])
388388

389-
# Suppress warning for copy of implicitly generated copy constructor.
390-
#------------------------------------------------------------------------------
391-
AS_CASE([${CC}], [*],
392-
[AX_CHECK_COMPILE_FLAG([-Wno-deprecated-copy],
393-
[CFLAGS="$CFLAGS -Wno-deprecated-copy"])])
394-
395389
# Suppress warning for copy of implicitly generated copy constructor.
396390
#------------------------------------------------------------------------------
397391
AS_CASE([${CC}], [*],

0 commit comments

Comments
 (0)