Skip to content

Commit

Permalink
Merge branch 'trunk' of github.com:PDB-REDO/libcifpp into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed May 31, 2023
2 parents ce14593 + 1bede3e commit bf9bdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cif++/condition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace detail
virtual void str(std::ostream &) const = 0;
virtual std::optional<row_handle> single() const { return {}; };

virtual bool equals(const condition_impl *rhs) const { return false; }
virtual bool equals([[maybe_unused]] const condition_impl *rhs) const { return false; }
};

struct all_condition_impl : public condition_impl
Expand Down

0 comments on commit bf9bdd2

Please sign in to comment.