Skip to content
Snippets Groups Projects

Fix a couple gcc7 compilation warnings.

Merged Scott Snyder requested to merge ssnyder/Gaudi:gcc7-warn-20170523 into atlas/v28r2
  1. May 23, 2017
    • scott snyder's avatar
      Fix a couple gcc7 compilation warnings. · 68f0a9e0
      scott snyder authored
      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.
      68f0a9e0
Loading