summaryrefslogtreecommitdiff
path: root/Source/cmPropertyMap.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-12-07 10:33:35 -0500
committerKen Martin <ken.martin@kitware.com>2006-12-07 10:33:35 -0500
commit5d9121971cf1180fd004a606cabdf53e533779d6 (patch)
tree7acd0bd6b5c7e939f8022c2fb531a9997eeddc88 /Source/cmPropertyMap.cxx
parent2305f7a94fd4ec3070a5a5ef69b90e5a51de3aef (diff)
downloadcmake-5d9121971cf1180fd004a606cabdf53e533779d6.tar.gz
COMP: fix warning
Diffstat (limited to 'Source/cmPropertyMap.cxx')
-rw-r--r--Source/cmPropertyMap.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmPropertyMap.cxx b/Source/cmPropertyMap.cxx
index 925bfdd19a..9c68824637 100644
--- a/Source/cmPropertyMap.cxx
+++ b/Source/cmPropertyMap.cxx
@@ -77,6 +77,8 @@ void cmPropertyMap::SetProperty(const char *name, const char *value,
}
cmSystemTools::Error(msg.c_str());
}
+#else
+ (void)scope;
#endif
cmProperty *prop = this->GetOrCreateProperty(name);