summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-11 16:01:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-11 16:01:52 +0100
commit66639dc1870fd30f1f4ef4e6b52d108eaadcbe5f (patch)
treeb51e52ab6cc1a6c091020e296f61f924cf4f3cf8 /HISTORY
parentd43ab41c025b7b3cb8520aac522729500b97c1ac (diff)
downloadvdr-66639dc1870fd30f1f4ef4e6b52d108eaadcbe5f.tar.gz
vdr-66639dc1870fd30f1f4ef4e6b52d108eaadcbe5f.tar.bz2
Made the "overloaded-virtual" warning an error to detect hidden overloaded virtual functions
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a290893e..a93b0863 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7027,3 +7027,7 @@ Video Disk Recorder Revision History
uses the respective code. You can reactivate these to quickly make your plugin
compile again, but beware that these code parts will be removed in one of the next
versions.
+- Made the "overloaded-virtual" warning an error to detect hidden overloaded
+ virtual functions (thanks to Anssi Hannula for pointing out -Werror=...).
+ Plugin authors may want to change -Woverloaded-virtual to -Werror=overloaded-virtual
+ in their Makefiles.