mirror of
https://github.com/monero-project/monero.git
synced 2026-01-06 01:37:51 -08:00
Silence stupid fallthru warning in gcc 7
This commit is contained in:
@@ -2410,6 +2410,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;
|
||||
|
||||
Reference in New Issue
Block a user