Skip to content
Snippets Groups Projects
Commit ecc743a5 authored by Markus Blatt's avatar Markus Blatt
Browse files

Removes unused parameter warning in classname.hh

This does not apply cleanly to the release.
parent c494c58b
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ namespace Dune {
/** \brief Provide the demangled class name of a given object as a string */
template <class T>
std::string className ( T& t )
std::string className ( T& )
{
return className<T>();
}
......
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