[libc++] Silences an invalid compiler diagnostic.
authorMark de Wever <koraq@xs4all.nl>
Mon, 26 Jun 2023 16:15:58 +0000 (18:15 +0200)
committerMark de Wever <koraq@xs4all.nl>
Mon, 26 Jun 2023 16:15:58 +0000 (18:15 +0200)
commit9a2561a7be4c485d3956509e9620953831032175
treeebf0683e84ed693a155daf5c1bded28701c41f59
parent29e1fd9bdfcf798cb148141cc94a3ab6ab26cbdf
[libc++] Silences an invalid compiler diagnostic.

When the value is not initialized it's never used. However silencing the
warning is trivial, as suggested by BlamKiwi.

Fixes https://llvm.org/PR63421
libcxx/include/__format/format_arg_store.h