From 81fb2f53479594a552fcbc474b6cd025cd50f87a Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 8 Sep 2017 11:36:49 +0100 Subject: Silence more stupid gcc warnings --- src/simplewallet/simplewallet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/simplewallet') diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 857e2af6e..ed0913b1c 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2329,7 +2329,7 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vector 0) { size_t ring_size; if(!epee::string_tools::get_xtype_from_string(ring_size, local_args[0])) @@ -2906,7 +2906,7 @@ bool simple_wallet::sweep_main(uint64_t below, const std::vector &a std::vector local_args = args_; - size_t fake_outs_count; + size_t fake_outs_count = 0; if(local_args.size() > 0) { size_t ring_size; if(!epee::string_tools::get_xtype_from_string(ring_size, local_args[0])) -- cgit v1.2.3