diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index 5c6c632d4..5339cc0f4 100644 --- a/Source/cmIfCommand.cxx +++ b/Source/cmIfCommand.cxx @@ -162,7 +162,7 @@ bool cmIfCommand::IsTrue(const std::vector &args, // store the reduced args in this vector std::deque newArgs; - int reducible = 1; + int reducible; unsigned int i; // copy to the list structure