Silenced compilation warning in freestyle.

This commit is contained in:
Jeroen Bakker 2022-05-09 08:20:57 +02:00
parent b96cdbcf7a
commit 6b95e75d2f
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ template<class T1, class T2> struct binary_rule {
binary_rule()
{
}
template<class T3, class T4> binary_rule(const binary_rule<T3, T4> &brother)
template<class T3, class T4> binary_rule(const binary_rule<T3, T4> &UNUSED(brother))
{
}
virtual ~binary_rule()