summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-05 09:22:33 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2014-08-05 09:22:33 -0400
commit99f6eab8514214d873d7b4f5161e1062ea50829f (patch)
tree9834e44389f34247a28b882539720d96e58ae98c /Source
parent8fef9dd271200eb904a721876564fe87d928fa44 (diff)
parentaea40fcb43f3b3496c79948e4e4fe08dbe4086d5 (diff)
downloadcmake-99f6eab8514214d873d7b4f5161e1062ea50829f.tar.gz
Merge topic 'fix_value_not_used'
aea40fcb Fix scan-build warning parsed is never read after being set.
Diffstat (limited to 'Source')
-rw-r--r--Source/CPack/cpack.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx
index 98c62d5cbd..c57028ddd3 100644
--- a/Source/CPack/cpack.cxx
+++ b/Source/CPack/cpack.cxx
@@ -343,7 +343,6 @@ int main (int argc, char const* const* argv)
{
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
"CPack generator not specified" << std::endl);
- parsed = 0;
}
else
{