Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
Caused by backporting cms-sw#42742 on
top of cms-sw#43898
  • Loading branch information
makortel committed May 7, 2024
1 parent d70104e commit 5916b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/ParameterSet/src/Entry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ namespace edm {
}
default: {
// We should never get here.
throw edm::Exception(edm::errors::Configuration) << "Unknown ParameterSet Entry type encoding: '" << type
throw edm::Exception(edm::errors::Configuration) << "Unknown ParameterSet Entry type encoding: '" << type_
<< "'.\n This could be caused by reading a file which was "
"written using a newer incompatible software release.";
break;
Expand Down

0 comments on commit 5916b34

Please sign in to comment.