Re: [PATCH v2 1/2] libstdc++: Silence a warning in a test for span.

2025-07-08 Thread Jonathan Wakely
OK On Tue, 8 Jul 2025 at 10:50, Luc Grosheintz wrote: > > In a test of span, there's an unused variable myspan. This > commit silences the warning. > > libstdc++-v3/ChangeLog: > > * testsuite/23_containers/span/contiguous_range_neg.cc: Silence > warning about unused variable myspa

[PATCH v2 1/2] libstdc++: Silence a warning in a test for span.

2025-07-08 Thread Luc Grosheintz
In a test of span, there's an unused variable myspan. This commit silences the warning. libstdc++-v3/ChangeLog: * testsuite/23_containers/span/contiguous_range_neg.cc: Silence warning about unused variable myspan. Signed-off-by: Luc Grosheintz --- .../testsuite/23_containers/sp