Skip to content

Commit

Permalink
Fixing another warning in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Nov 7, 2024
1 parent 2e78a81 commit 622afeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/xstring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ count_max_element_tuple(Range& x, UnaryFunction f) {
/**************************************************************************************************/

context_frame_t::store_iterator
context_frame_t::closest_match(store_range_pair_t range,
context_frame_t::closest_match(store_range_pair_t /* range */,
const adobe::attribute_set_t& /* searching */) {
// REVISIT: (fbrereto) This function fails to compile because `store_range_pair_t range`'s
// iterators fail to evaluate as modeling the ForwardIterator concept, so the
Expand Down

0 comments on commit 622afeb

Please sign in to comment.