Skip to content
Snippets Groups Projects
Commit 69168ac9 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

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

This partially reverts commit 4c037e6d.
parent 3abf9373
No related branches found
No related tags found
1 merge request!5638Revert "configure: disable -Wdeprecated-copy for Qt"
Pipeline #486182 passed with stage
in 13 minutes and 57 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment