Skip to content

Commit 0d2ce9e

Browse files
committed
Remove unused parameter warning
Signed-off-by: Alan Jowett <[email protected]>
1 parent b3b36e1 commit 0d2ce9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crab/split_dbm.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ class SplitDBM final {
209209
SplitDBM widen(const SplitDBM& o) const;
210210

211211
[[nodiscard]]
212-
SplitDBM widening_thresholds(const SplitDBM& o, const iterators::thresholds_t& ts) const {
213-
// TODO: use thresholds
212+
SplitDBM widening_thresholds(const SplitDBM& o, const iterators::thresholds_t&) const {
213+
// TODO: use thresholds. For now, make thresholds an anonymous argument to avoid unused parameter warning.
214214
return this->widen(o);
215215
}
216216

0 commit comments

Comments
 (0)