Fix scan-build warning parsed is never read after being set.
This commit is contained in:
parent
ba60ff99ed
commit
aea40fcb43
|
@ -343,7 +343,6 @@ int main (int argc, char const* const* argv)
|
||||||
{
|
{
|
||||||
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
|
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
|
||||||
"CPack generator not specified" << std::endl);
|
"CPack generator not specified" << std::endl);
|
||||||
parsed = 0;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue