diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-10 08:13:05 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-10 08:13:05 +0000 |
| commit | 2001932c56f7e66b6a1113cf28805a8b896a5e85 (patch) | |
| tree | 9549dd8b08307130a040e000fb7bcbf35f48929a /src | |
| parent | f54de95802a9f94cf673f2363d06f05d34d543c7 (diff) | |
[trunk] Remove 2 warnings about set but not used variables
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/common/color.c | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
