summaryrefslogtreecommitdiff
path: root/Source/cmSetSourceFilesPropertiesCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-05-29 09:34:06 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2003-05-29 09:34:06 -0400
commit0876c19dc89c0785ffe491aa095c231709cc5c7a (patch)
tree56144652460a3ebf1095858e10c9b21fd7cf494f /Source/cmSetSourceFilesPropertiesCommand.cxx
parentcb9e995d0b7b6d1227ad30c6beb6627b3972812b (diff)
downloadcmake-0876c19dc89c0785ffe491aa095c231709cc5c7a.tar.gz
ENH: remove warnings from borland 6 compiler
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.cxx')
-rw-r--r--Source/cmSetSourceFilesPropertiesCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx
index 2164e35f34..e57cfa6539 100644
--- a/Source/cmSetSourceFilesPropertiesCommand.cxx
+++ b/Source/cmSetSourceFilesPropertiesCommand.cxx
@@ -79,7 +79,6 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass(
}
else if(*j == "PROPERTIES")
{
- doingFiles = false;
// now loop through the rest of the arguments, new style
++j;
while (j != args.end())