Coverity PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE - CID 10886 - 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: 10886
Checker: PW.USELESS_
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/
Function: No function name available
Code snippet:
57 /**
58 * Returns a readonly x, y, z or w value by using
59 * 0, 1, 2, 3 as array-access items
60 */
CID 10886 - PW.USELESS_
type qualifier on return type is meaningless
During compilation of file '/tmp/buildd/
61 const float operator[] (int item) const;
62
63 /**
64 * Returns a readonly x, y, z or w value by using
65 * x, y, z, w as array-access items
66 */
Changed in compiz: | |
importance: | Undecided → Medium |
summary: |
- Coverity PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE - CID 10886 + Coverity PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE - CID 10886 - + 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: | |
status: | New → Triaged |
importance: | Medium → Low |
Source file with Coverity annotations.