Skip to content

Commit 0af2012

Browse files
committed
bugfix C4100 warning for older msvc
1 parent 73a6196 commit 0af2012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/orm/tiny/concerns/hasrelationships.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ namespace Concerns
13441344
template<typename Derived, AllRelationsConcept ...AllRelations>
13451345
template<typename Related, typename Relation>
13461346
void HasRelationships<Derived, AllRelations...>::touchOwnersVisited(
1347-
const Relation &relation, const QString &relationName)
1347+
const Relation &relation, [[maybe_unused]] const QString &relationName)
13481348
{
13491349
relation->touch();
13501350

0 commit comments

Comments
 (0)