We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a6196 commit 0af2012Copy full SHA for 0af2012
include/orm/tiny/concerns/hasrelationships.hpp
@@ -1344,7 +1344,7 @@ namespace Concerns
1344
template<typename Derived, AllRelationsConcept ...AllRelations>
1345
template<typename Related, typename Relation>
1346
void HasRelationships<Derived, AllRelations...>::touchOwnersVisited(
1347
- const Relation &relation, const QString &relationName)
+ const Relation &relation, [[maybe_unused]] const QString &relationName)
1348
{
1349
relation->touch();
1350
0 commit comments