summaryrefslogtreecommitdiff
path: root/utils/common/vprf.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common/vprf.c')
-rw-r--r--utils/common/vprf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/common/vprf.c b/utils/common/vprf.c
index deb494a..bf89230 100644
--- a/utils/common/vprf.c
+++ b/utils/common/vprf.c
@@ -50,6 +50,9 @@ void MyErrorLogHandler(cmsContext ContextID, cmsUInt32Number ErrorCode, const ch
{
if (Verbose >= 0)
fprintf(stderr, "[%s]: %s\n", ProgramName, Text);
+
+ UTILS_UNUSED_PARAMETER(ErrorCode);
+ UTILS_UNUSED_PARAMETER(ContextID);
}