This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [v1] Add Reiwa era tests to time/tst-strftime3.c
On Apr 02 2019, DJ Delorie <dj@redhat.com> wrote:
> Yup, Arjun noticed as well when trying in Rawhide. It's a wierd
> warning, too, because the *point* of snprintf is that it truncates the
> output.
The point of -Wformat-truncation is to warn if snprintf results in
incomplete output, which is a generally a bug. If you want to truncate
a string argument, use %s with a precision.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."