Skip to content

Suppress legitimate -Wimplicit-fallthrough warnings from gcc7

Marco Cattaneo requested to merge suppressLegitimategcc7warnings into master

Massages comments in the code according to https://developers.redhat.com/blog/2017/03/10/wimplicit-fallthrough-in-gcc-7/ to avoid -Wimplicit-fallthrough warnings when the fall through is legitimate.

Merge request reports