diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-29 13:34:06 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-29 13:34:06 (GMT) |
commit | 0876c19dc89c0785ffe491aa095c231709cc5c7a (patch) | |
tree | 56144652460a3ebf1095858e10c9b21fd7cf494f /Source/cmSetSourceFilesPropertiesCommand.cxx | |
parent | cb9e995d0b7b6d1227ad30c6beb6627b3972812b (diff) | |
download | CMake-0876c19dc89c0785ffe491aa095c231709cc5c7a.zip CMake-0876c19dc89c0785ffe491aa095c231709cc5c7a.tar.gz CMake-0876c19dc89c0785ffe491aa095c231709cc5c7a.tar.bz2 |
ENH: remove warnings from borland 6 compiler
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.cxx')
-rw-r--r-- | Source/cmSetSourceFilesPropertiesCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx index 2164e35..e57cfa6 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()) |