[telepathy] [Bug 316318] fix warnings
Martin Klapetek
mklapetek at kde.org
Fri Nov 15 09:38:24 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=316318
Martin Klapetek <mklapetek at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |mklapetek at kde.org
Resolution|--- |INVALID
--- Comment #1 from Martin Klapetek <mklapetek at kde.org> ---
This is a warning not coming from KTp but rather QGlib itself.
The code in QGlib is:
template <typename T>
inline typename boost::enable_if< boost::is_integral<T>, uint >::type
hashMfp(const T & mfp)
{
Q_ASSERT(mfp == 0);
return 0;
}
so the mfp variable is indeed unused, though only when build in release mode.
We can't change code in QGlib, should be reported upstream.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list