RE: How to compile an 8BIT Masternode on an Ubuntu Linux VPS - A Guide by robertharrison

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com

Viewing a response to: @robertharrison/how-to-setup-an-8bit-masternode-on-an-ubuntu-linux-vps-a-guide

·@zandaclaws·
0.000 HBD
Hello,

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?
👍