diff options
author | Brad King <brad.king@kitware.com> | 2014-08-05 13:22:33 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-08-05 13:22:33 (GMT) |
commit | 99f6eab8514214d873d7b4f5161e1062ea50829f (patch) | |
tree | 9834e44389f34247a28b882539720d96e58ae98c /Source | |
parent | 8fef9dd271200eb904a721876564fe87d928fa44 (diff) | |
parent | aea40fcb43f3b3496c79948e4e4fe08dbe4086d5 (diff) | |
download | CMake-99f6eab8514214d873d7b4f5161e1062ea50829f.zip CMake-99f6eab8514214d873d7b4f5161e1062ea50829f.tar.gz CMake-99f6eab8514214d873d7b4f5161e1062ea50829f.tar.bz2 |
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.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx index 98c62d5..c57028d 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 { |