[v1] Add Reiwa era tests to time/tst-strftime3.c

Andreas Schwab schwab@suse.de
Wed Apr 3 07:13:00 GMT 2019


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."



More information about the Libc-alpha mailing list