[all-commits] [llvm/llvm-project] 9a2561: [libc++] Silences an invalid compiler diagnostic.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Mon Jun 26 09:17:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a2561a7be4c485d3956509e9620953831032175
https://github.com/llvm/llvm-project/commit/9a2561a7be4c485d3956509e9620953831032175
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M libcxx/include/__format/format_arg_store.h
Log Message:
-----------
[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
More information about the All-commits
mailing list