Skip to content

Commit

Permalink
Re-enable "-Woverloaded-virtual" so we can fix these for 0.27.
Browse files Browse the repository at this point in the history
This reverts commit 28b8cd9.
  • Loading branch information
daniel-kristjansson committed Oct 3, 2012
1 parent 85679e4 commit 14230c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mythtv/configure
Expand Up @@ -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)
Expand Down

0 comments on commit 14230c6

Please sign in to comment.