mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
ENH: fix warnings
This commit is contained in:
parent
0634c9d78e
commit
f48a5cedc9
@ -141,7 +141,7 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf,
|
||||
}
|
||||
|
||||
bool cmIfFunctionBlocker::ShouldRemove(const cmListFileFunction& lff,
|
||||
cmMakefile& mf)
|
||||
cmMakefile&)
|
||||
{
|
||||
if (!cmSystemTools::Strucmp(lff.Name.c_str(),"endif"))
|
||||
{
|
||||
|
@ -89,7 +89,7 @@ IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf,
|
||||
}
|
||||
|
||||
bool cmWhileFunctionBlocker::
|
||||
ShouldRemove(const cmListFileFunction& lff, cmMakefile& mf)
|
||||
ShouldRemove(const cmListFileFunction& lff, cmMakefile& )
|
||||
{
|
||||
if(!cmSystemTools::Strucmp(lff.Name.c_str(),"endwhile"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user