added missing /*unused*/

This commit is contained in:
silverqx
2024-09-13 09:11:44 +02:00
parent 20ee32bbc5
commit ea280afeca
@@ -36,7 +36,7 @@ public:
bool operator==(const Torrent_With_Equality_Operator_Overload &) const = default;
/*! Equality comparison operator overload for the DummyType. */
bool operator==(const DummyType &) const
bool operator==(const DummyType &/*unused*/) const
{
return true;
}