summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2018-02-03 13:00:13 -0500
committerHubert Figuière <hub@figuiere.net>2018-02-03 13:00:13 -0500
commitebaa4f92295cfc4ba68b98cf9c9358009a46de41 (patch)
treecdefed33f7e435b75251819cd5a069e13ee28d8c
parent84258cd6e1c3a681bf3967ae5ec77e540befb090 (diff)
Fix some leftover warnings.
-rw-r--r--exempi/exempi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/exempi/exempi.cpp b/exempi/exempi.cpp
index 91e362d..b689614 100644
--- a/exempi/exempi.cpp
+++ b/exempi/exempi.cpp
@@ -185,8 +185,8 @@ int xmp_get_error()
}
// the error callback - force throwing exceptions
-static bool _xmp_error_callback(void* context, XMP_ErrorSeverity severity,
- XMP_Int32 cause, XMP_StringPtr message)
+static bool _xmp_error_callback(void* /*context*/, XMP_ErrorSeverity /*severity*/,
+ XMP_Int32 /*cause*/, XMP_StringPtr /*message*/)
{
return false;
}