Review Request 129724: [frameworks] Enable -Wsuggest-override for g++ >= 5.0.0
Martin Gräßlin
mgraesslin at kde.org
Fri Dec 30 08:01:26 UTC 2016
> On Dez. 30, 2016, 7:39 vorm., Martin Gräßlin wrote:
> > Is that enabled by default now? I hope not! This is a completely useless warning for all frameworks (as we are not allowed to use override) and even more for a legacy code bases. I don't want to have to adjust the cmake in all projects I maintain to silence this warning again. And even less I want to spent days adding overrides to legacy code base.
>
> Laurent Montel wrote:
> We can use Q_DECL_OVERRIDE which is replaced by override when your gcc support it. So There is not a problem to use this flags no ?
I commented on that aspect in the past. We cannot have both: enforce C++11 and at the same time keep compatibility to no C++11.
We need to find a real line and not bullshit around with macros.
Either we say C++11 then enable all of it, or say no. But then no earnings please.
I'm seriously annoyed by the stupid dance we are doing.
- Martin
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129724/#review101664
-----------------------------------------------------------
On Dez. 30, 2016, 12:48 vorm., Albert Astals Cid wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129724/
> -----------------------------------------------------------
>
> (Updated Dez. 30, 2016, 12:48 vorm.)
>
>
> Review request for Build System and KDE Frameworks.
>
>
> Repository: extra-cmake-modules
>
>
> Description
> -------
>
> Gives a nice warning about something that should be marked as override but isn't
>
>
> Diffs
> -----
>
> kde-modules/KDEFrameworkCompilerSettings.cmake 038ddc3
>
> Diff: https://git.reviewboard.kde.org/r/129724/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Albert Astals Cid
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20161230/5f2fdd50/attachment.html>
More information about the Kde-frameworks-devel
mailing list