View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003030 | FSSCP | public | 2014-04-13 04:37 | 2014-04-13 04:50 | |
Reporter | Echelon9 | Assigned To | Echelon9 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.7.0 | ||||
Target Version | 3.7.1 | Fixed in Version | 3.7.1 | ||
Summary | 0003030: Clang warning: semantic issue, '&&' within '||' in gr_[re|un]size_screen_pos() and gr_[re|un]size_screen_posf() | ||||
Description | These four functions follow the same pattern. Clang identifies a semantic issue in the order of precedence within the opening if conditional. if ( resize_mode == GR_RESIZE_NONE || !gr_screen.custom_size && (gr_screen.rendering_to_texture == -1) ) { return false; } Clang suggests resolution by wrapping the second and third components in parentheses. | ||||
Steps To Reproduce | n/a | ||||
Additional Information | n/a | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-04-13 04:37 | Echelon9 | New Issue | |
2014-04-13 04:37 | Echelon9 | Status | new => assigned |
2014-04-13 04:37 | Echelon9 | Assigned To | => Echelon9 |
2014-04-13 04:50 | Echelon9 | Note Added: 0015700 | |
2014-04-13 04:50 | Echelon9 | Status | assigned => resolved |
2014-04-13 04:50 | Echelon9 | Fixed in Version | => 3.7.1 |
2014-04-13 04:50 | Echelon9 | Resolution | open => fixed |