diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-04-01 19:22:30 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-04-01 19:22:30 (GMT) |
commit | ccfec633a83a9bb2ffdf60a957088ff94c47151e (patch) | |
tree | 416b8660e07c5bf4794be2634ae925f1a804247f /Source/cmGetPropertyCommand.cxx | |
parent | 16f1cc9b59c59dcd763ea9d2b65548fa5f7b4fa1 (diff) | |
download | CMake-ccfec633a83a9bb2ffdf60a957088ff94c47151e.zip CMake-ccfec633a83a9bb2ffdf60a957088ff94c47151e.tar.gz CMake-ccfec633a83a9bb2ffdf60a957088ff94c47151e.tar.bz2 |
COMP: fix warning
Diffstat (limited to 'Source/cmGetPropertyCommand.cxx')
-rw-r--r-- | Source/cmGetPropertyCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGetPropertyCommand.cxx b/Source/cmGetPropertyCommand.cxx index 3d2140c..c110161 100644 --- a/Source/cmGetPropertyCommand.cxx +++ b/Source/cmGetPropertyCommand.cxx @@ -166,7 +166,6 @@ bool cmGetPropertyCommand else if(this->InfoType == OutDefined) { // Lookup if the property is defined - const char *value; if(this->Makefile->GetCMakeInstance()-> GetPropertyDefinition(this->PropertyName.c_str(), scope)) { |