Skip to content

Commit

Permalink
Remove second -Wno-deprecated-copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Jun 1, 2022
1 parent 42ddad8 commit f51f50d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,6 @@ AS_CASE([${CC}], [*],
[AX_CHECK_COMPILE_FLAG([-Wno-comment],
[CXXFLAGS="$CXXFLAGS -Wno-comment"])])

# Suppress warning for copy of implicitly generated copy constructor.
#------------------------------------------------------------------------------
AS_CASE([${CC}], [*],
[AX_CHECK_COMPILE_FLAG([-Wno-deprecated-copy],
[CFLAGS="$CFLAGS -Wno-deprecated-copy"])])

# Suppress warning for copy of implicitly generated copy constructor.
#------------------------------------------------------------------------------
AS_CASE([${CC}], [*],
Expand Down

0 comments on commit f51f50d

Please sign in to comment.