[libc][NFC] Fix missing field 'tm_isdst' initializer warning (#67837)
This patch fixes several warnings thrown by clang about an uninitialized member of struct tm, tm_isdst. Weirdly, gcc doesn't complain about it, probably this member is never read in the tests.
Loading
Please sign in to comment