Summary: | fix warnings | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Alin M Elena <alinm.elena> |
Component: | call-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | CC: | mklapetek |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 316315 |
Description
Alin M Elena
2013-03-07 15:31:19 UTC
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. |