Skip to content
Snippets Groups Projects
Commit e7027782 authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

algo: Fix warning.

parent a54266a3
No related branches found
No related tags found
1 merge request!1366Various small fixes for algo.
Pipeline #24539 passed
......@@ -46,7 +46,7 @@ namespace cbm::algo
friend class boost::serialization::access;
template<class Archive>
void serialize(Archive& ar, const unsigned int version)
void serialize(Archive& ar, unsigned int /*version*/)
{
ar& fTsIndex;
ar& fTsStartTime;
......
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