Coverity PW.MISSING_TYPE_SPECIFIER - CID 10682
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: 10682
Checker: PW.MISSING_
Category: No category available
CWE definition: No definition available
File: /usr/include/
Function: No function name available
Code snippet:
1192
1193 inline QStringRef &QStringRef:
1194 { m_string = aString; m_position = 0; m_size = aString?
1195
CID 10682 - PW.MISSING_
explicit type is missing ("int" assumed)
During compilation of file '/tmp/buildd/
1196 inline QStringRef:
1197 :m_string(aString), m_position(
1198
1199 inline QStringRef:
1200 :m_string(aString), m_position(0), m_size(
1201