Coverity PW.PARAMETER_HIDDEN - CID 12484 - plugins/staticswitcher/src/staticswitcher.cpp - declaration hides parameter "w" (declared at line 531) -> 594 foreach (CompWindow *w, windows)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Triaged
|
Medium
|
MC Return | ||
0.9.9 |
New
|
Medium
|
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: 12484
Checker: PW.PARAMETER_HIDDEN
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/
Function: No function name available
Code snippet:
590
591 updateWindowList ();
592
593 int i = 0;
CID 12484 - PW.PARAMETER_HIDDEN
declaration hides parameter "w" (declared at line 531)
594 foreach (CompWindow *w, windows)
595 {
596 selectedWindow = w;
597 move = pos = i;
598
599 if (selectedWindow == selected)
summary: |
- Coverity PW.PARAMETER_HIDDEN - CID 12484 + Coverity PW.PARAMETER_HIDDEN - CID 12484 - + plugins/staticswitcher/src/staticswitcher.cpp - declaration hides + parameter "w" (declared at line 531) -> 594 foreach (CompWindow *w, + windows) |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
Changed in compiz: | |
status: | New → Triaged |
assignee: | nobody → MC Return (mc-return) |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.10.2 |
Changed in compiz: | |
milestone: | 0.9.10.2 → 0.9.11.0 |
Source file with Coverity annotations.