Coverity PW.MISSING_DECL_SPECIFIERS - CID 10674

Bug #957630 reported by Product Strategy Coverity Bug Uploader
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
sni-qt
Confirmed
Low
Unassigned
sni-qt (Ubuntu)
Confirmed
Low
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: 10674
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:
1178 Utility macros and inline functions
1179 */
1180
1181 template <typename T>
CID 10674 - 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'
1182 Q_DECL_CONSTEXPR inline T qAbs(const T &t) { return t >= 0 ? t : -t; }
1183
1184 Q_DECL_CONSTEXPR inline int qRound(qreal d)
1185 { return d >= qreal(0.0) ? int(d + qreal(0.5)) : int(d - int(d-1) + qreal(0.5)) + int(d-1); }
1186
1187 #if defined(QT_NO_FPU) || defined(QT_ARCH_ARM) || defined(QT_ARCH_WINDOWSCE) || defined(QT_ARCH_SYMBIAN)

Changed in sni-qt:
status: New → Confirmed
importance: Undecided → Low
Ted Gould (ted)
Changed in sni-qt (Ubuntu):
importance: Undecided → Low
status: New → Confirmed
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.