Skip to content

Fix a couple gcc7 compilation warnings.

Scott Snyder requested to merge ssnyder/Gaudi:gcc7-warn-20170523 into atlas/v28r2

gcc7 warns about fallthrough between switch cases. This warning can be suppressed with a special comment. Change the fallthrough comment here to the form that gcc7 recognizes.

Merge request reports