seredat / karbowanecwallet

Karbowanec Wallet - wallet for Karbo (Karbovanets) cryptocurrency.
http://karbowanec.com/
MIT License
36 stars 38 forks source link

Fix no return statement in the non-void function (according g++8) #11

Closed mrandybu closed 5 years ago

mrandybu commented 5 years ago

If the function is non-void, but no return, then when building with gcc8-c++, an incorrect assembler code is generated that falls in run-time. A more detailed description can be found here http://bugs.altlinux.org/36038.