Merge pull request #2316

0c6c3eb3 Silence stupid fallthru warning in gcc 7 (Howard Chu)
This commit is contained in:
Riccardo Spagni
2017-09-02 11:29:11 +02:00
2 changed files with 11 additions and 5 deletions

View File

@@ -2431,6 +2431,7 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vector<std::stri
break;
default:
LOG_ERROR("Unknown transfer method, using original");
/* FALLTHRU */
case TransferOriginal:
ptx_vector = m_wallet->create_transactions(dsts, fake_outs_count, 0 /* unlock_time */, priority, extra, m_trusted_daemon);
break;