Skip to content
Snippets Groups Projects
Commit a9b69df5 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'GenFilterTool-clang-llvm9-warnings' into 'master'

DerivationFrameworkMCTruth clang llvm9 fix warnings on inconsistent enum

See merge request atlas/athena!38255
parents 6a20cc27 628160c1
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ namespace DerivationFramework {
ATH_MSG_VERBOSE("Particle has origin " << orig);
switch(orig) {
case Unknown:
case NonDefined:
case PhotonConv:
case DalitzDec:
case ElMagProc:
......@@ -227,4 +227,4 @@ namespace DerivationFramework {
}
} /// namespace
\ No newline at end of file
} /// namespace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment