From 66639dc1870fd30f1f4ef4e6b52d108eaadcbe5f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 11 Mar 2012 16:01:52 +0100 Subject: Made the "overloaded-virtual" warning an error to detect hidden overloaded virtual functions --- HISTORY | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'HISTORY') 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. -- cgit v1.2.3