** Changed in: sni-qt (Ubuntu) Importance: Undecided => Low ** Changed in: sni-qt (Ubuntu) Status: New => Confirmed
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to sni-qt in Ubuntu. https://bugs.launchpad.net/bugs/957627 Title: Coverity PW.MISSING_DECL_SPECIFIERS - CID 10675 Status in Qt StatusNotifierItem plugin: Confirmed Status in “sni-qt” package in Ubuntu: Confirmed Bug description: This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity CID: 10675 Checker: PW.MISSING_DECL_SPECIFIERS Category: No category available CWE definition: No definition available File: /usr/include/qt4/QtCore/qglobal.h Function: No function name available Code snippet: 1991 inline bool operator!=(QBool b1, bool b2) { return !b1 != !b2; } 1992 inline bool operator!=(bool b1, QBool b2) { return !b1 != !b2; } 1993 inline bool operator!=(QBool b1, QBool b2) { return !b1 != !b2; } 1994 CID 10675 - PW.MISSING_DECL_SPECIFIERS this declaration has no storage class or type specifier During compilation of file '/tmp/buildd/sni-qt-0.2.5/obj-x86_64-linux-gnu/tests/auto/qrc_test.cxx' 1995 Q_DECL_CONSTEXPR static inline bool qFuzzyCompare(double p1, double p2) 1996 { 1997 return (qAbs(p1 - p2) <= 0.000000000001 * qMin(qAbs(p1), qAbs(p2))); 1998 } 1999 2000 Q_DECL_CONSTEXPR static inline bool qFuzzyCompare(float p1, float p2) To manage notifications about this bug go to: https://bugs.launchpad.net/sni-qt/+bug/957627/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp