X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Foptionsmodel.cpp;h=5e59f47eb123941d47237153837eed17e2bbdeb0;hb=713fd8a57b0f2b5f8f8158542e51f1c51919eb32;hp=71203f5ac25f2f35f220f64003b83864ce029abe;hpb=64f815a4a18993c77629234a4d09dd2adfedaec7;p=novacoin.git diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 71203f5..5e59f47 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -158,6 +158,7 @@ bool OptionsModel::Upgrade() } catch (std::ios_base::failure &e) { + (void)e; // 0.6.0rc1 saved this as a CService, which causes failure when parsing as a CAddress CService addrProxy, addrTor; if (walletdb.ReadSetting("addrProxy", addrProxy))