diff --git a/contrib/libtests/timepng.c b/contrib/libtests/timepng.c index 09b493f5b3af6133eaccc6c320a2f432e03e2ae2..c22ab986e144ae80e130036183913132e42a9a0d 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"