Coverity PW.MISSING_DECL_SPECIFIERS - CID 10675
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:/
CID: 10675
Checker: PW.MISSING_
Category: No category available
CWE definition: No definition available
File: /usr/include/
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_
this declaration has no storage class or type specifier
During compilation of file '/tmp/buildd/
1995 Q_DECL_CONSTEXPR static inline bool qFuzzyCompare(
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)