diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-01-10 14:02:29 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-01-10 14:02:29 (GMT) |
commit | 6e7f83a0ab29355e4319a5649c60545170de5bf2 (patch) | |
tree | 9ea4a53e4ffc2054fc2034c46ce7b76da7f1c9ef | |
parent | 980c6f4eff5de1d081a2ac2b5531544d58f69b76 (diff) | |
download | CMake-6e7f83a0ab29355e4319a5649c60545170de5bf2.zip CMake-6e7f83a0ab29355e4319a5649c60545170de5bf2.tar.gz CMake-6e7f83a0ab29355e4319a5649c60545170de5bf2.tar.bz2 |
compiler warning
-rw-r--r-- | Source/cmake.cxx | 2 |
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) { |