Coverity PW.CAST_TO_QUALIFIED_TYPE - CID 10884 - src/rect/src/rect.cpp - type qualifier is meaningless on cast type
Bug #957567 reported by
Product Strategy Coverity Bug Uploader
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Triaged
|
Medium
|
Stephen M. Webb | ||
Compiz Core |
Won't Fix
|
Medium
|
Unassigned | ||
0.9.5 |
Won't Fix
|
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: 10884
Checker: PW.CAST_
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/
Function: No function name available
Code snippet:
86
87 Region
88 CompRect::region () const
89 {
CID 10884 - PW.CAST_
type qualifier is meaningless on cast type
90 return const_cast<const Region> (&mRegion);
91 }
92
93 void
94 CompRect:
95 int y,
Changed in compiz: | |
importance: | Undecided → Medium |
summary: |
- Coverity PW.CAST_TO_QUALIFIED_TYPE - CID 10884 + Coverity PW.CAST_TO_QUALIFIED_TYPE - CID 10884 - src/rect/src/rect.cpp - + type qualifier is meaningless on cast type |
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 |
milestone: | 0.9.11.0 → 0.9.12.1 |
Changed in compiz: | |
assignee: | nobody → Stephen M. Webb (bregma) |
Changed in compiz-core: | |
status: | New → Won't Fix |
Changed in compiz: | |
milestone: | 0.9.12.1 → 0.9.12.2 |
To post a comment you must log in.
Source file with Coverity annotations.