RE: How to compile an 8BIT Masternode on an Ubuntu Linux VPS - A Guide by robertharrison
Viewing a response to: @robertharrison/how-to-setup-an-8bit-masternode-on-an-ubuntu-linux-vps-a-guide
eightbit·@zandaclaws·
0.000 HBDHello, I have a problem with this line make -f makefile.unix whenever i enter it i get this errors: >tinyformat.h:785:21: warning: this statement may fall through [->Wimplicit-fallth rough=] > out.setf(std::ios::uppercase); > ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >tinyformat.h:786:9: note: here > case 'x': case 'p': > ^~~~ >tinyformat.h:791:21: warning: this statement may fall through [->Wimplicit-fallth rough=] > out.setf(std::ios::uppercase); > ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >tinyformat.h:792:9: note: here > case 'e': > ^~~~ >tinyformat.h:797:21: warning: this statement may fall through [->Wimplicit-fallth rough=] > out.setf(std::ios::uppercase); > ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >tinyformat.h:798:9: note: here > case 'f': > ^~~~ >tinyformat.h:802:21: warning: this statement may fall through [->Wimplicit-fallth rough=] > out.setf(std::ios::uppercase); > ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ >tinyformat.h:803:9: note: here > case 'g': How can i solve this?
👍