return-statement with no value, in function returning ‘long long unsigned int’

This commit is contained in:
janko33bd
2017-09-02 23:48:16 +02:00
parent 062eb8ccf7
commit 2fef57af93
3 changed files with 5 additions and 3 deletions

View File

@@ -188,6 +188,7 @@ unsigned long long WalletFrame::updateWeight()
WalletView *walletView = currentWalletView();
if (walletView)
return walletView->updateWeight();
return 0;
}
void WalletFrame::usedSendingAddresses()