summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmCPluginAPI.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx
index 91dee20..6817266 100644
--- a/Source/cmCPluginAPI.cxx
+++ b/Source/cmCPluginAPI.cxx
@@ -32,11 +32,11 @@ void cmSetClientData(void *info, void *cd)
((cmLoadedCommandInfo *)info)->ClientData = cd;
}
-unsigned int cmGetCacheMajorVersion(void *arg)
+unsigned int cmGetCacheMajorVersion(void *)
{
return cmMakefile::GetCacheMajorVersion();
}
-unsigned int cmGetCacheMinorVersion(void *arg)
+unsigned int cmGetCacheMinorVersion(void *)
{
return cmMakefile::GetCacheMinorVersion();
}