Skip to content

Commit

Permalink
Re-enable non-virtual-dtor warning in g++.
Browse files Browse the repository at this point in the history
I believe we disabled this warning years ago when the Qt library had some
bugs with respect non-virtual destructors for non-final classes.
  • Loading branch information
daniel-kristjansson committed Dec 17, 2012
1 parent 1359abe commit c836d42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/configure
Expand Up @@ -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
Expand Down

0 comments on commit c836d42

Please sign in to comment.