Open bvanpoortvliet opened 5 years ago
FWIW, looks like someone forked the repo a while back and fixed this by adding the suggested lines to the makefile. Their change is listed here: https://github.com/OneB1t/mai/commit/94f29d5213fb95d87e9c74c44fe3cd8a98c8e1d7
Fixed actual errors, rather than simply silencing the warning as suggested above, in 0d4c4fd.
This is my first time filing an issue, so please be mercyful :).
When trying to compile on Linux ubuntu 4.18.0-17-generic #18~18.04.1-Ubuntu I got the following error:
sap.c: In function ‘sap’: sap.c:41:20: error: this statement may fall through [-Werror=implicit-fallthrough=] case 4000: ptime = (mai.args.rate == 44100) ? "4.35" : "4";