diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-19 14:12:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-19 14:12:23 (GMT) |
commit | 1a2a600a55dfce4f4741245ae31fcf0f227d3a21 (patch) | |
tree | 7e048371fa3d7b0c0882543271d00363c79fb569 | |
parent | d5463f404c83bf7f3b9b2381d5c2dfeafd8f722e (diff) | |
download | CMake-1a2a600a55dfce4f4741245ae31fcf0f227d3a21.zip CMake-1a2a600a55dfce4f4741245ae31fcf0f227d3a21.tar.gz CMake-1a2a600a55dfce4f4741245ae31fcf0f227d3a21.tar.bz2 |
fix warning
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 4db85ed..bb90c87 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -678,7 +678,7 @@ static RuleVariables ruleReplaceVars[] = {"<CMAKE_AR>", "CMAKE_AR"}, {"<CMAKE_RANLIB>", "CMAKE_RANLIB"}, - {0} + {0, 0} }; |