From 6e7f83a0ab29355e4319a5649c60545170de5bf2 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 10 Jan 2003 09:02:29 -0500 Subject: compiler warning --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v0.12