From 1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 13 Dec 2021 18:56:33 +0100 Subject: Add a tool to extract information from WebP --- tools/pnginfo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/pnginfo.c') diff --git a/tools/pnginfo.c b/tools/pnginfo.c index 03ab1d1..2429076 100644 --- a/tools/pnginfo.c +++ b/tools/pnginfo.c @@ -348,6 +348,8 @@ error: int main(int argc, char *argv[]) { + (void) parse_icc; + // XXX: Can't use `xargs -P0`, there's a risk of non-atomic writes. // Usage: find . -iname *.png -print0 | xargs -0 ./pnginfo for (int i = 1; i < argc; i++) { -- cgit v1.2.3