From 20969ec2f50dfc2144588cef9a846b9a8aedf365 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 8 Aug 2015 20:31:53 +0000 Subject: fix compiler warning git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2626 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pamlookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/pamlookup.c') diff --git a/other/pamlookup.c b/other/pamlookup.c index 83f8a68c..4ceb047f 100644 --- a/other/pamlookup.c +++ b/other/pamlookup.c @@ -279,7 +279,7 @@ doLookupByPlane(struct pam const indexpam, if (index > lookuppam.maxval) pm_error("Sample value %u in the lookup image exceeds " "the lookup image's maxval (%u)", - index, lookuppam.maxval); + index, (unsigned)lookuppam.maxval); tuplerowOut[col][plane] = lookup[0][index][0]; } -- cgit 1.4.1