Browse Source

fix warning

Ken Martin 21 years ago
parent
commit
1f6e59a7fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmIfCommand.cxx

+ 1 - 1
Source/cmIfCommand.cxx

@@ -162,7 +162,7 @@ bool cmIfCommand::IsTrue(const std::vector<std::string> &args,
   
   // store the reduced args in this vector
   std::deque<std::string> newArgs;
-  int reducible = 1;
+  int reducible;
   unsigned int i;
   
   // copy to the list structure