RESOLVED FIXED Bug 54369
Turn on -Woverloaded-virtual for GCC builds of JSC
https://bugs.webkit.org/show_bug.cgi?id=54369
Summary Turn on -Woverloaded-virtual for GCC builds of JSC
Cameron Zwarich (cpst)
Reported 2011-02-13 16:08:11 PST
Thanks to bug 53760, JSC builds with -Woverloaded-virtual using Clang. It should also build this way with GCC. If it does, we should enable the warning.
Attachments
Cameron Zwarich (cpst)
Comment 1 2011-02-13 16:22:17 PST
Actually, this warning is really broken in Apple's GCC. It requires derived classes to overload all base class signatures if they overload any of them.
Cameron Zwarich (cpst)
Comment 2 2011-02-13 16:22:37 PST
I don't think we'll ever do this.
Note You need to log in before you can comment on or make changes to this bug.