Skip to content

Commit

Permalink
Remove unused parameter warning
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan-Jowett committed Jan 29, 2025
1 parent c310b4e commit a254702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crab/split_dbm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class SplitDBM final {

[[nodiscard]]
SplitDBM widening_thresholds(const SplitDBM& o, const iterators::thresholds_t&) const {
// TODO: use thresholds. Threshold is anonymous until used to prevent unused parameter warning.
// TODO: use thresholds. For now, make thresholds an anonymous argument to avoid unused parameter warning.
return this->widen(o);
}

Expand Down

0 comments on commit a254702

Please sign in to comment.