diff --git a/src/db/db/dbText.h b/src/db/db/dbText.h index f018fd026..c25c02d68 100644 --- a/src/db/db/dbText.h +++ b/src/db/db/dbText.h @@ -397,7 +397,7 @@ public: * @brief The (dummy) translation operator with transformation */ template - void translate (const text &d, const T &t, db::generic_repository &r, db::ArrayRepository &a) + void translate (const text &d, const T &t, db::generic_repository &, db::ArrayRepository &) { *this = d; transform (t);