Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
f48a5ced
Commit
f48a5ced
authored
Feb 29, 2008
by
Bill Hoffman
Browse files
ENH: fix warnings
parent
0634c9d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/cmIfCommand.cxx
View file @
f48a5ced
...
...
@@ -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"
))
{
...
...
Source/cmWhileCommand.cxx
View file @
f48a5ced
...
...
@@ -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"
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment