summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 8aff9e3..3705a59 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -44,7 +44,7 @@
void cmNeedBackwardsCompatibility(const std::string& variable,
- int access_type, void* client_data)
+ int access_type, void* )
{
if (access_type == cmVariableWatch::UNKNOWN_VARIABLE_READ_ACCESS)
{