From 0af2012f20ddbc4dbf629c7bbf2fcf843e73071f Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 1 May 2024 19:15:59 +0200 Subject: [PATCH] bugfix C4100 warning for older msvc --- include/orm/tiny/concerns/hasrelationships.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/orm/tiny/concerns/hasrelationships.hpp b/include/orm/tiny/concerns/hasrelationships.hpp index f58eadb04..026862246 100644 --- a/include/orm/tiny/concerns/hasrelationships.hpp +++ b/include/orm/tiny/concerns/hasrelationships.hpp @@ -1344,7 +1344,7 @@ namespace Concerns template template void HasRelationships::touchOwnersVisited( - const Relation &relation, const QString &relationName) + const Relation &relation, [[maybe_unused]] const QString &relationName) { relation->touch();