From d28822af3fc053f6850642504440e334f09a424b Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 1 Jun 2024 12:17:32 +0200 Subject: [PATCH] Fixed a compiler warning --- src/db/db/dbText.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);