[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
Loading
Please sign in to comment
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