From 0c6c3eb3f220aa4c9f575ebaaacf5775a68589c5 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 20 Aug 2017 15:58:06 +0100 Subject: Silence stupid fallthru warning in gcc 7 --- src/simplewallet/simplewallet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/simplewallet/simplewallet.cpp') diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 1811eeb3c..7fa7ff257 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2410,6 +2410,7 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vectorcreate_transactions(dsts, fake_outs_count, 0 /* unlock_time */, priority, extra, m_trusted_daemon); break; -- cgit v1.2.3