diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/tst-strptime2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tst-strptime2.c b/time/tst-strptime2.c index 04f7cff437..9273568b6f 100644 --- a/time/tst-strptime2.c +++ b/time/tst-strptime2.c @@ -73,7 +73,7 @@ mkbuf (char *buf, bool neg, bool colon, unsigned int hhmm, size_t ndigits) This test is explicitly using short buffers to force snprintf to truncate the output so we ignore the warnings. */ DIAG_PUSH_NEEDS_COMMENT; - DIAG_IGNORE_NEEDS_COMMENT (7.0, "-Wformat-length"); + DIAG_IGNORE_NEEDS_COMMENT (7.0, "-Wformat-truncation"); #endif if (colon) snprintf (buf + i, ndigits + 2, "%02u:%02u", hh, mm); |