Browse Source
Very new gcc versions add a warning on switch cases that fall through. While there's an option that accepts any comment as explaining it, it's easier in our case to just use one of the "blessed" comments. We can't use the [[]] attributes for standards code, and the gcc specific attributes are worse than the comments. This has no functional change whatsoever.pull/810/merge
Karl Palsson
7 years ago
1 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue