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?
I've never seen this error before, have you met all the dependencies and are you running on an Ubuntu 16.04 system? These are the first things to check.