Coverity PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE - CID 10885 - plugins/opengl/include/opengl/vector.h - type qualifier on return type is meaningless
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Triaged
|
Low
|
Unassigned | ||
Compiz Core |
New
|
Medium
|
Unassigned | ||
0.9.5 |
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: 10885
Checker: PW.USELESS_
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/
Function: No function name available
Code snippet:
63 /**
64 * Returns a readonly x, y, z or w value by using
65 * x, y, z, w as array-access items
66 */
CID 10885 - PW.USELESS_
type qualifier on return type is meaningless
During compilation of file '/tmp/buildd/
67 const float operator[] (VectorCoordsEnum coord) const;
68
69 /**
70 * Adds all elements in a GLVector
71 */
72 GLVector& operator+= (const GLVector& rhs);
Changed in compiz: | |
importance: | Undecided → Medium |
summary: |
- Coverity PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE - CID 10885 + Coverity PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE - CID 10885 - + plugins/opengl/include/opengl/vector.h - type qualifier on return type + is meaningless |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.10.2 |
Changed in compiz: | |
milestone: | 0.9.10.2 → 0.9.11.0 |
Changed in compiz: | |
importance: | Medium → Low |
status: | New → Triaged |
Source file with Coverity annotations.