MintcoinCommunity / Mintcoin-Desktop-Wallet

Wallet for MintCoin, a community proof-of-stake crypto-currency, running on Linux, Windows, or macOS
MIT License
46 stars 45 forks source link

Fix warnings from recent gcc versions #93

Closed shane-kerr closed 6 years ago

shane-kerr commented 6 years ago

I noticed a few warnings have appeared in the build as my gcc has upgraded to a newer version. This PR fixes them.

Two of these (strncpy() and the missing break) may potentially be actual bugs.