View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001510 | Xdebug | Installation | public | 2018-01-04 11:23 | 2018-01-22 18:21 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 2.6.0 | Fixed in Version | 2.6.0rc1 | ||
Summary | 0001510: Change switch/case "break intentionally missing" comments to use GCC 7's new "fallthrough" attribute | ||||
Description | GCC 7 adds a new flag to -Wextra: -Wimplicit-fallthrough, which warns when there is no break; statement at the end each case section. It needs to use the new attribute as is described at https://developers.redhat.com/blog/2017/03/10/wimplicit-fallthrough-in-gcc-7/ | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.2.0-7.2.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-04 11:23 | derick | New Issue | |
2018-01-07 18:17 | derick | Summary | Upgrade switch/case fallthrough comments to use GCC 7's new attribute => Change switch/case "break intentionally missing" comments to use GCC 7's new "fallthrough" attribute |
2018-01-08 15:18 | derick | Status | new => closed |
2018-01-08 15:18 | derick | Assigned To | => derick |
2018-01-08 15:18 | derick | Resolution | open => fixed |
2018-01-08 15:18 | derick | Fixed in Version | => 2.6.0 |
2018-01-22 18:21 | derick | Fixed in Version | 2.6.0 => 2.6.0rc1 |