Skip to content

Commit 0662ae2

Browse files
committed
ci
1 parent 1f38bab commit 0662ae2

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/std/containers/container.adaptors/flat.set

1 file changed

+1
-1
lines changed

libcxx/test/std/containers/container.adaptors/flat.set/helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void check_invariant(const std::flat_set<Args...>& m) {
3030
}
3131

3232
template <class F>
33-
void test_emplace_exception_guarantee(F&& emplace_function) {
33+
void test_emplace_exception_guarantee([[maybe_unused]] F&& emplace_function) {
3434
#ifndef TEST_HAS_NO_EXCEPTIONS
3535
using C = TransparentComparator;
3636
{

0 commit comments

Comments
 (0)