From 5b0a0ded05d55897e1b51a38339440335edb5156 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 12 Apr 2016 20:43:29 -0700 Subject: [PATCH] ANSI C overlength string fix Signed-off-by: John Bowler --- contrib/libtests/timepng.c | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/libtests/timepng.c b/contrib/libtests/timepng.c index 09b493f5b..c22ab986e 100644 --- a/contrib/libtests/timepng.c +++ b/contrib/libtests/timepng.c @@ -321,6 +321,7 @@ usage(FILE *fp) " --by-image: read by image with png_read_png\n" " --: implies by-image, use PNG_TRANSFORM_\n" " Otherwise: read by row using png_read_row (to a single row buffer)\n" + /* ISO C90 string length max 509 */);fprintf(stderr, "{files}:\n" " PNG files to copy into the assembly and time. Invalid files are skipped\n" " with appropriate error messages. If no files are given the list of files\n" -- GitLab