[clazy] [Bug 355486] Qt classes false positives

via KDE Bugzilla bugzilla_noreply at kde.org
Wed Nov 18 06:22:58 GMT 2015


https://bugs.kde.org/show_bug.cgi?id=355486

--- Comment #2 from eric.lemanissier at gmail.com ---
Shall I report all these warnings on the qt bug tracker then ?

examples of QSize and QSizef function-args-by-ref warning:

../../../../Qt/5.5/gcc_64/include/QtCore/qsize.h:134:26: warning: Pass small
and trivially-copyable type by value (const class QSize &)
[-Wclazy-function-args-by-ref]
inline void QSize::scale(const QSize &s, Qt::AspectRatioMode mode)
Q_DECL_NOTHROW

../../../../Qt/5.5/gcc_64/include/QtCore/qsize.h:299:27: warning: Pass small
and trivially-copyable type by value (const class QSizeF &)
[-Wclazy-function-args-by-ref]
inline void QSizeF::scale(const QSizeF &s, Qt::AspectRatioMode mode)
Q_DECL_NOTHROW

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list