mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
minor warning fix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user