Skip to content

Commit

Permalink
bugfix C4100 warning for older msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed May 1, 2024
1 parent 73a6196 commit 0af2012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/orm/tiny/concerns/hasrelationships.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ namespace Concerns
template<typename Derived, AllRelationsConcept ...AllRelations>
template<typename Related, typename Relation>
void HasRelationships<Derived, AllRelations...>::touchOwnersVisited(
const Relation &relation, const QString &relationName)
const Relation &relation, [[maybe_unused]] const QString &relationName)
{
relation->touch();

Expand Down

0 comments on commit 0af2012

Please sign in to comment.