D7979: Filter out warnings as error from parser's compile flags
Milian Wolff
noreply at phabricator.kde.org
Tue Sep 26 08:30:40 UTC 2017
mwolff added inline comments.
INLINE COMMENTS
> brauch wrote in parsesession.cpp:116
> not sure what std::move accomplishes here?
it's just overly complicated, imo. a plain remove_if + erase would achieve the same, without moving and without constructing a second container, thus probably being faster too (and less code!)
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D7979
To: gracicot, #kdevelop, kfunk, mwolff
Cc: mwolff, brauch, kdevelop-devel, geetamc, Pilzschaf, akshaydeo, surgenight, arrowdodger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170926/e391b2f9/attachment-0001.html>
More information about the KDevelop-devel
mailing list