View Issue Details

IDProjectCategoryView StatusLast Update
0001510XdebugInstallationpublic2018-01-22 18:21
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version2.6.0Fixed in Version2.6.0rc1 
Summary0001510: 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/

TagsNo tags attached.
Operating System
PHP Version7.2.0-7.2.4

Activities

There are no notes attached to this issue.