minor warning fix
This commit is contained in:
parent
b5cff36fb7
commit
2fc458ecce
@ -32,11 +32,11 @@ void cmSetClientData(void *info, void *cd)
|
|||||||
((cmLoadedCommandInfo *)info)->ClientData = cd;
|
((cmLoadedCommandInfo *)info)->ClientData = cd;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int cmGetCacheMajorVersion(void *arg)
|
unsigned int cmGetCacheMajorVersion(void *)
|
||||||
{
|
{
|
||||||
return cmMakefile::GetCacheMajorVersion();
|
return cmMakefile::GetCacheMajorVersion();
|
||||||
}
|
}
|
||||||
unsigned int cmGetCacheMinorVersion(void *arg)
|
unsigned int cmGetCacheMinorVersion(void *)
|
||||||
{
|
{
|
||||||
return cmMakefile::GetCacheMinorVersion();
|
return cmMakefile::GetCacheMinorVersion();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user