[trunk] Remove 2 warnings about set but not used variables
This commit is contained in:
parent
f54de95802
commit
2001932c56
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue