IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 26e4c010 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by ralfulrich
Browse files

fixed some gcc 7.5 error with [[maybe_unused]]

parent 0084fc56
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@ namespace corsika::stack {
* itself.
*/
template <typename Particle>
DefaultSecondaryProducer([[maybe_unused]] Particle const&) {
DefaultSecondaryProducer(Particle const&) {
C8LOG_TRACE("DefaultSecondaryProducer::DefaultSecondaryProducer(Particle&)");
}
};
......
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