Browse Source

Revert "configure: disable -Wdeprecated-copy for Qt"

This partially reverts commit 4c037e6d94.
pull/163/head
Fatih Uzunoglu 2 years ago
committed by Steve Lhomme
parent
commit
69168ac9e3
  1. 7
      configure.ac

7
configure.ac

@ -102,13 +102,6 @@ AX_CHECK_COMPILE_FLAG([-Werror=unknown-warning-option], [
AX_APPEND_FLAG([-Werror=unknown-warning-option], [OBJCFLAGS])
])
dnl Some Qt version are generating tons of warning that cannot be
dnl avoided so mute them...
AX_CHECK_COMPILE_FLAG([-Wno-deprecated-copy], [
VLC_ADD_CXXFLAGS([qt],[-Wno-deprecated-copy])
])
dnl
dnl Check the operating system
dnl

Loading…
Cancel
Save