From 1f6e59a7fea67b1e231309587a4db7cb5c8efcad Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 4 May 2004 09:16:06 -0400 Subject: fix warning --- Source/cmIfCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index 5c6c632..5339cc0 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 -- cgit v0.12