Fixed a compiler warning

This commit is contained in:
Matthias Koefferlein 2024-06-01 12:17:32 +02:00
parent a494892529
commit d28822af3f
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ public:
* @brief The (dummy) translation operator with transformation
*/
template <class T>
void translate (const text<C> &d, const T &t, db::generic_repository<C> &r, db::ArrayRepository &a)
void translate (const text<C> &d, const T &t, db::generic_repository<C> &, db::ArrayRepository &)
{
*this = d;
transform (t);