Skip to content

Commit

Permalink
Disable -Woverloaded-virtual.
Browse files Browse the repository at this point in the history
We're planning to address these post 0.26 so just disable these warnings for now so
other warnings are more prominent.
  • Loading branch information
daniel-kristjansson committed Jul 23, 2012
1 parent 721cf61 commit 67bc2cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mythtv/configure
Expand Up @@ -4734,7 +4734,8 @@ if enabled gxx; then
fi
check_cxxflags -Wno-switch
check_cxxflags -Wredundant-decls
check_cxxflags -Woverloaded-virtual
# Disable for 0.26 release, since we plan to fix these post 0.26
# 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 67bc2cd

Please sign in to comment.