time/tst-strftime3.c: Disable snprintf warning.
commit8260f23616c1a2a4e609f989a195fba7690a42ca
authorDJ Delorie <dj@redhat.com>
Wed, 3 Apr 2019 21:49:43 +0000 (3 17:49 -0400)
committerDJ Delorie <dj@redhat.com>
Wed, 3 Apr 2019 21:49:43 +0000 (3 17:49 -0400)
tree32e5108ea112e5aa178894a6cb94bc3084d2d70d
parent0bd545ee235dd02aa95394e62bca1faff02eeae3
time/tst-strftime3.c: Disable snprintf warning.

snprintf will only truncate the output if the data its given
is corrupted, but a truncated buffer will not match the
"pristine" data's buffer, which is all we need.  So just
disable the warning via the DIAG macros.
ChangeLog
time/tst-strftime3.c