We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b36e1 commit 0d2ce9eCopy full SHA for 0d2ce9e
src/crab/split_dbm.hpp
@@ -209,8 +209,8 @@ class SplitDBM final {
209
SplitDBM widen(const SplitDBM& o) const;
210
211
[[nodiscard]]
212
- SplitDBM widening_thresholds(const SplitDBM& o, const iterators::thresholds_t& ts) const {
213
- // TODO: use thresholds
+ SplitDBM widening_thresholds(const SplitDBM& o, const iterators::thresholds_t&) const {
+ // TODO: use thresholds. For now, make thresholds an anonymous argument to avoid unused parameter warning.
214
return this->widen(o);
215
}
216
0 commit comments