[libc-commits] [libc] [libc][pthread] fix -Wmissing-field-initializers (PR #126314)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Feb 10 09:31:57 PST 2025
nickdesaulniers wrote:
> This is moot anyway, because you can't use {} in C (maybe C23 allows it or something, but not C99 without GNU extensions, definitely).
You're right. https://godbolt.org/z/fnYExjrf5 Aggregate initialization (peasantry) it is, then. God, why have you forsaken me?
https://github.com/llvm/llvm-project/pull/126314
More information about the libc-commits
mailing list