Coverity PW.MISSING_DECL_SPECIFIERS - CID 10676

Bug #952838 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: 10676
Checker: PW.MISSING_DECL_SPECIFIERS
Category: No category available
CWE definition: No definition available
File: /usr/include/qt4/QtCore/qiodevice.h
Function: No function name available
Code snippet:
202 inline QT3_SUPPORT int ungetch(int c) { ungetChar(uchar(c)); return c; }
203 #endif
204 };
205
CID 10676 - 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'
206 Q_DECLARE_OPERATORS_FOR_FLAGS(QIODevice::OpenMode)
207
208 #ifdef QT3_SUPPORT
209 static QT3_SUPPORT_VARIABLE const uint IO_Direct = 0x0100;
210 static QT3_SUPPORT_VARIABLE const uint IO_Sequential = 0x0200;
211 static QT3_SUPPORT_VARIABLE const uint IO_Combined = 0x0300;

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.