Skip to content
Snippets Groups Projects
Commit 0f0d59f2 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[functions.reinterpret] fix warning

parent eee7c055
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ private: ...@@ -98,7 +98,7 @@ private:
{ {
} }
virtual size_t order(const Common::Parameter& mu = {}) const override final virtual size_t order(const Common::Parameter& /*mu*/ = {}) const override final
{ {
return order_; return order_;
} }
......
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