View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004818 | ardour | bugs | public | 2012-04-05 00:19 | 2020-04-19 20:16 |
| Reporter | ahurst | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.0-beta3 | ||||
| Target Version | 3.0 | ||||
| Summary | 0004818: Definitely unintentional switch statement fall-through | ||||
| Description | Medium impact static analysis bug: Missing break in switch at gtk2_ardour/stereo_panner.cc:546. Will cause unexpected keyboard response. (Aside: I think I've experienced this one!!!) | ||||
| Additional Information | *** Missing break in switch. This case (value 65364) is not terminated by a 'break' statement. 546 case GDK_Down: 547 if (Keyboard::modifier_state_equals (ev->state, Keyboard::SecondaryModifier)) { 548 width_control->set_value (-1.0); 549 } else { 550 width_control->set_value (wv - step); 551 } 552 *** The above case falls through to this one. 553 case GDK_Left: | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-04-05 00:19 | ahurst | New Issue | |
| 2012-04-05 01:06 | cth103 | cost | => 0.00 |
| 2012-04-05 01:06 | cth103 | Target Version | => 3.0 beta4 |
| 2012-04-07 01:59 | cth103 | Note Added: 0013089 | |
| 2012-04-07 01:59 | cth103 | Status | new => resolved |
| 2012-04-07 01:59 | cth103 | Resolution | open => fixed |
| 2012-04-07 01:59 | cth103 | Assigned To | => cth103 |
| 2012-05-23 15:08 | cth103 | Target Version | 3.0 beta4 => 3.0 |
| 2020-04-19 20:16 | system | Note Added: 0023027 | |
| 2020-04-19 20:16 | system | Status | resolved => closed |