-
Notifications
You must be signed in to change notification settings - Fork 25
Description
~/st-load-master-master$ ./configure && make
Is OSX: NO
st-1.9t is ok.
build http-parser-2.1
Archive: ../3rdparty/http-parser-2.1.zip
creating: http-parser-2.1/
inflating: http-parser-2.1/AUTHORS
inflating: http-parser-2.1/LICENSE-MIT
inflating: http-parser-2.1/http_parser.h
inflating: http-parser-2.1/http_parser.c
inflating: http-parser-2.1/test.c
inflating: http-parser-2.1/Makefile
inflating: http-parser-2.1/README.md
creating: http-parser-2.1/contrib/
inflating: http-parser-2.1/contrib/url_parser.c
inflating: http-parser-2.1/contrib/parsertrace.c
inflating: http-parser-2.1/.mailmap
inflating: http-parser-2.1/.gitignore
inflating: http-parser-2.1/http_parser.gyp
inflating: http-parser-2.1/.travis.yml
inflating: http-parser-2.1/CONTRIBUTIONS
cc -I. -DHTTP_PARSER_STRICT=1 -Wall -Wextra -Werror -O0 -g -c http_parser.c
http_parser.c: In function ‘http_parser_parse_url’:
http_parser.c:2093:18: error: this statement may fall through [-Werror=implicit-fallthrough=]
2093 | found_at = 1;
| ~~~~~~~~~^~~
http_parser.c:2096:7: note: here
2096 | case s_req_server:
| ^~~~
cc1: all warnings being treated as errors
make: *** [Makefile:35: http_parser.o] Error 1
build http-parser-2.1 failed, ret=2