[vlc-commits] [Git][videolan/vlc][master] Revert "configure: disable -Wdeprecated-copy for Qt"

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Jun 29 07:58:04 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
69168ac9 by Fatih Uzunoglu at 2024-06-29T07:44:24+00:00
Revert "configure: disable -Wdeprecated-copy for Qt"

This partially reverts commit 4c037e6d94ad4679da3ddc8f72868bfa9833cea6.

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
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



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/69168ac9e30ca50eb059cf667a0dde34ba4f010a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/69168ac9e30ca50eb059cf667a0dde34ba4f010a
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list