From 2001932c56f7e66b6a1113cf28805a8b896a5e85 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Mon, 10 Mar 2014 08:13:05 +0000 Subject: [PATCH] [trunk] Remove 2 warnings about set but not used variables --- src/bin/common/color.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/common/color.c b/src/bin/common/color.c index 6cb98497..e17be420 100644 --- a/src/bin/common/color.c +++ b/src/bin/common/color.c @@ -360,6 +360,9 @@ out_space, in_type,out_type ); +#else + (void)prec; + (void)in_space; #endif /* DEBUG_PROFILE */ transform = cmsCreateTransform(in_prof, in_type,