D6070: fix warnings from clazy with the default warning level
Matthieu Gallien
noreply at phabricator.kde.org
Sat Jun 3 09:13:47 UTC 2017
mgallien added a comment.
In https://phabricator.kde.org/D6070#113705, @apol wrote:
> I am not super sure about the struct -> class. Why?
I had missed the fact that the warnings where from clang and not clazy.
The compiler warns that the private class is first declared as a struct and later declared as a class ( -Wmismatched-tags is the warning flag from clang). I can remove those modifications if they are not desirable.
REPOSITORY
R286 KFileMetaData
REVISION DETAIL
https://phabricator.kde.org/D6070
To: mgallien, #frameworks
Cc: apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170603/f6c138b4/attachment.html>
More information about the Kde-frameworks-devel
mailing list