Coverity PW.MISSING_DECL_SPECIFIERS - CID 10675

Bug #952785 reported by Product Strategy Coverity Bug Uploader
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Qt bindings for libdee
New
Undecided
Unassigned

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/libqtdee-0.2.4/deelistmodel.cpp'
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 post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.