async
async copied to clipboard
Auto compile is breaking duw to FALLTHROUGH
The current automatic compile settings uses "-Werror" which breaks after seeing FALLTHROUGH.
There are three instances of this, could someone please change them in the master?
https://github.com/clementfarabet/async/blob/293348b5aef029b8ca29269f96c8a8fe9bde33ce/lhttp_parser/http-parser/http_parser.c#L2095
Hey @vliaghat the error has not been fixed till date, were you able to use this some other way?
sorry, it's too old for my memory. I believe I just removed them for the quick use-case I had
It worked with Lua 5.1
https://github.com/ossrs/srs/issues/1065
Other good workaround is to install with gcc5: $ CC=gcc-5 CXX=g++-5 luarocks install async