IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b3728c81 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

fixed 'unused variable' warning in release build

parent fe02f61c
No related branches found
No related tags found
1 merge request!147fixed 'unused variable' warning in release build
......@@ -277,7 +277,7 @@ namespace corsika::cascade {
fProcessSequence.DoSecondaries(secondaries);
}
auto const assertion = [&] {
[[maybe_unused]] auto const assertion = [&] {
auto const* numericalNodeAfterStep =
fEnvironment.GetUniverse()->GetContainingNode(vParticle.GetPosition());
return numericalNodeAfterStep == currentLogicalNode;
......
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