[libc-commits] [libc] [libc][NFC] Fix missing field 'tm_isdst' initializer warning (PR #67837)
via libc-commits
libc-commits at lists.llvm.org
Fri Sep 29 14:35:30 PDT 2023
michaelrj-google wrote:
would it be easier to just make the struct say `int tm_isdst = 0;` in the definition, instead of updating all of the constructions?
https://github.com/llvm/llvm-project/pull/67837
More information about the libc-commits
mailing list