Skip to content

Commit 9abcd82

Browse files
committed
Remove second -Wno-deprecated-copy.
1 parent a8b6866 commit 9abcd82

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

configure.ac

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

323-
# Suppress warning for copy of implicitly generated copy constructor.
324-
#------------------------------------------------------------------------------
325-
AS_CASE([${CC}], [*],
326-
[AX_CHECK_COMPILE_FLAG([-Wno-deprecated-copy],
327-
[CFLAGS="$CFLAGS -Wno-deprecated-copy"])])
328-
329323
# Suppress warning for copy of implicitly generated copy constructor.
330324
#------------------------------------------------------------------------------
331325
AS_CASE([${CC}], [*],

0 commit comments

Comments
 (0)