From 14230c647ed4737dcbbccb0e33efaf12760a9e11 Mon Sep 17 00:00:00 2001 From: Daniel Thor Kristjansson Date: Wed, 3 Oct 2012 11:47:37 -0400 Subject: [PATCH] Re-enable "-Woverloaded-virtual" so we can fix these for 0.27. This reverts commit 28b8cd906a598d40206a083ac33ca523f13dd088. --- mythtv/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mythtv/configure b/mythtv/configure index 27958e1f83b..79bcf8abc0e 100755 --- a/mythtv/configure +++ b/mythtv/configure @@ -4734,8 +4734,7 @@ if enabled gxx; then fi check_cxxflags -Wno-switch check_cxxflags -Wredundant-decls -# Disable for 0.26 release, since we plan to fix these post 0.26 -# check_cxxflags -Woverloaded-virtual + check_cxxflags -Woverloaded-virtual check_cxxflags -funit-at-a-time elif enabled icpc; then # 177: function declared but never referenced (triggers on Q_OBJECT)