aboutsummaryrefslogtreecommitdiff
path: root/tools/pnginfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pnginfo.c')
-rw-r--r--tools/pnginfo.c2
1 files changed, 2 insertions, 0 deletions
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++) {