From c836d42d8072ad25c9ff276fa700e9b7df72bf66 Mon Sep 17 00:00:00 2001 From: Daniel Thor Kristjansson Date: Mon, 17 Dec 2012 11:17:07 -0500 Subject: [PATCH] Re-enable non-virtual-dtor warning in g++. I believe we disabled this warning years ago when the Qt library had some bugs with respect non-virtual destructors for non-final classes. --- mythtv/configure | 1 - 1 file changed, 1 deletion(-) diff --git a/mythtv/configure b/mythtv/configure index 2b82e57c452..fc533e7222b 100755 --- a/mythtv/configure +++ b/mythtv/configure @@ -4982,7 +4982,6 @@ enabled extra_warnings && check_cflags -Winline # C++ Flags check_cxxflags -Wall check_cxxflags -Wpointer-arith -check_cxxflags -Wno-non-virtual-dtor #needed for INT64_C in libs/libavformat under g++ check_cxxflags -D__STDC_CONSTANT_MACROS check_cxxflags -D__STDC_LIMIT_MACROS