yaoweibin / nginx_tcp_proxy_module

add the feature of tcp proxy with nginx, with health check and status monitor
http://yaoweibin.github.com/nginx_tcp_proxy_module
1.64k stars 366 forks source link

gcc 7 failure with -Werror=implicit-fallthrough= #163

Open taomaree opened 5 years ago

taomaree commented 5 years ago

gcc 7 failure with -Werror=implicit-fallthrough=

ubuntu 18.04 gcc 7.3.0 tengine master commit 47edb23962db70fd97c5892a7f6a4cb67fda3f84

workaround: append -Wno-implicit-fallthrough to CFLAGS line in file objs/Makefile

cc1: all warnings being treated as errors
objs/Makefile:1998: recipe for target 'objs/addon/parsers/http_response_parser.o' failed
make[1]: *** [objs/addon/parsers/http_response_parser.o] Error 1
make[1]: *** Waiting for unfinished jobs....
cc1: all warnings being treated as errors
objs/Makefile:1991: recipe for target 'objs/addon/parsers/http_request_parser.o' failed
make[1]: *** [objs/addon/parsers/http_request_parser.o] Error 1
smtp_response_parser.c: In function ‘smtp_parser_execute’:
smtp_response_parser.c:78:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:80:1: note: here
smtp_response_parser.c:85:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:87:1: note: here
smtp_response_parser.c:92:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:94:1: note: here
smtp_response_parser.c:99:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:101:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.rl:34:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:36:1: note: here
smtp_response_parser.c:161:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:163:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.rl:34:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:36:1: note: here
smtp_response_parser.rl:39:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:41:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:317:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:319:1: note: here
smtp_response_parser.c:329:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:331:1: note: here
smtp_response_parser.c:348:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:350:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.rl:34:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:36:1: note: here
smtp_response_parser.c:417:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:419:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.rl:39:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:41:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:485:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:487:1: note: here
smtp_response_parser.c:492:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:494:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:519:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:521:1: note: here
smtp_response_parser.c:530:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:532:1: note: here
smtp_response_parser.c:541:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:543:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:578:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:580:1: note: here
smtp_response_parser.c:585:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:587:1: note: here
smtp_response_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:31:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:635:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:637:1: note: here
smtp_response_parser.c:650:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:652:1: note: here
smtp_response_parser.c:663:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:665:1: note: here
smtp_response_parser.c:681:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:683:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:710:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:712:1: note: here
smtp_response_parser.c:719:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:721:1: note: here
smtp_response_parser.c:726:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:728:1: note: here
smtp_response_parser.c:735:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:737:1: note: here
smtp_response_parser.c:742:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:744:1: note: here
smtp_response_parser.c:751:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:753:1: note: here
smtp_response_parser.c:758:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:760:1: note: here
smtp_response_parser.c:767:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:769:1: note: here
smtp_response_parser.c:776:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:778:1: note: here
smtp_response_parser.c:783:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:785:1: note: here
smtp_response_parser.c:792:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:794:1: note: here
smtp_response_parser.c:801:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:803:1: note: here
smtp_response_parser.c:808:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:810:1: note: here
smtp_response_parser.c:817:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:819:1: note: here
smtp_response_parser.c:824:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:826:1: note: here
smtp_response_parser.c:833:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:835:1: note: here
smtp_response_parser.c:840:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:842:1: note: here
smtp_response_parser.c:847:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:849:1: note: here
smtp_response_parser.c:854:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:856:1: note: here
smtp_response_parser.c:861:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:863:1: note: here
smtp_response_parser.c:868:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:870:1: note: here
smtp_response_parser.c:883:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:885:1: note: here
smtp_response_parser.c:898:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:900:1: note: here
smtp_response_parser.c:913:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:915:1: note: here
smtp_response_parser.c:928:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:930:1: note: here
smtp_response_parser.c:935:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:937:1: note: here
smtp_response_parser.c:950:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:952:1: note: here
smtp_response_parser.c:965:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:967:1: note: here
smtp_response_parser.c:980:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:982:1: note: here
smtp_response_parser.c:995:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:997:1: note: here
smtp_response_parser.c:1002:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1004:1: note: here
smtp_response_parser.c:1017:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1019:1: note: here
smtp_response_parser.c:1032:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1034:1: note: here
smtp_response_parser.c:1047:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1049:1: note: here
smtp_response_parser.c:1062:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1064:1: note: here
smtp_response_parser.c:1069:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1071:1: note: here
smtp_response_parser.c:1084:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1086:1: note: here
smtp_response_parser.c:1099:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1101:1: note: here
smtp_response_parser.c:1114:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1116:1: note: here
smtp_response_parser.c:1129:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1131:1: note: here
smtp_response_parser.c:1136:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1138:1: note: here
smtp_response_parser.c:1151:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1153:1: note: here
smtp_response_parser.c:1166:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1168:1: note: here
smtp_response_parser.c:1181:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1183:1: note: here
smtp_response_parser.c:1196:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1198:1: note: here
smtp_response_parser.c:1203:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1205:1: note: here
smtp_response_parser.c:1218:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1220:1: note: here
smtp_response_parser.c:1233:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1235:1: note: here
smtp_response_parser.c:1248:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1250:1: note: here
smtp_response_parser.c:1263:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1265:1: note: here
smtp_response_parser.c:1270:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1272:1: note: here
smtp_response_parser.c:1285:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1287:1: note: here
smtp_response_parser.c:1302:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1304:1: note: here
smtp_response_parser.c:1319:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1321:1: note: here
smtp_response_parser.c:1336:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1338:1: note: here
smtp_response_parser.c:1343:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1345:1: note: here
smtp_response_parser.c:1356:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1358:1: note: here
smtp_response_parser.c:1371:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1373:1: note: here
smtp_response_parser.c:1386:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1388:1: note: here
smtp_response_parser.c:1401:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1403:1: note: here
smtp_response_parser.c:1416:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1418:1: note: here
smtp_response_parser.c:1431:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1433:1: note: here
smtp_response_parser.c:1446:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1448:1: note: here
smtp_response_parser.c:1463:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1465:1: note: here
smtp_response_parser.c:1480:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1482:1: note: here
smtp_response_parser.c:1497:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1499:1: note: here
smtp_response_parser.c:1506:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1508:1: note: here
smtp_response_parser.c:1519:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1521:1: note: here
smtp_response_parser.c:1536:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1538:1: note: here
smtp_response_parser.c:1553:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1555:1: note: here
smtp_response_parser.c:1570:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1572:1: note: here
smtp_response_parser.c:1579:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1581:1: note: here
smtp_response_parser.c:1592:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1594:1: note: here
smtp_response_parser.c:1609:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1611:1: note: here
smtp_response_parser.c:1626:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1628:1: note: here
smtp_response_parser.c:1643:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1645:1: note: here
smtp_response_parser.c:1652:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1654:1: note: here
smtp_response_parser.c:1665:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1667:1: note: here
smtp_response_parser.c:1682:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1684:1: note: here
smtp_response_parser.c:1699:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1701:1: note: here
smtp_response_parser.c:1716:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1718:1: note: here
smtp_response_parser.c:1725:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1727:1: note: here
smtp_response_parser.c:1738:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1740:1: note: here
smtp_response_parser.c:1755:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1757:1: note: here
smtp_response_parser.c:1772:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1774:1: note: here
smtp_response_parser.c:1789:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1791:1: note: here
smtp_response_parser.c:1798:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1800:1: note: here
smtp_response_parser.c:1813:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1815:1: note: here
smtp_response_parser.c:1828:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1830:1: note: here
smtp_response_parser.c:1846:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1848:1: note: here
smtp_response_parser.c:1864:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1866:1: note: here
smtp_response_parser.c:1882:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1884:1: note: here
smtp_response_parser.c:1891:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1893:1: note: here
smtp_response_parser.c:1904:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1906:1: note: here
smtp_response_parser.c:1922:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1924:1: note: here
smtp_response_parser.c:1940:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1942:1: note: here
smtp_response_parser.c:1958:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1960:1: note: here
smtp_response_parser.c:1967:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1969:1: note: here
smtp_response_parser.c:1980:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:1982:1: note: here
smtp_response_parser.c:1998:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2000:1: note: here
smtp_response_parser.c:2016:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2018:1: note: here
smtp_response_parser.c:2034:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2036:1: note: here
smtp_response_parser.c:2043:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2045:1: note: here
smtp_response_parser.c:2056:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2058:1: note: here
smtp_response_parser.c:2074:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2076:1: note: here
smtp_response_parser.c:2092:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2094:1: note: here
smtp_response_parser.c:2110:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2112:1: note: here
smtp_response_parser.c:2119:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2121:1: note: here
smtp_response_parser.c:2132:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2134:1: note: here
smtp_response_parser.c:2150:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2152:1: note: here
smtp_response_parser.c:2168:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2170:1: note: here
smtp_response_parser.c:2186:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2188:1: note: here
smtp_response_parser.c:2203:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2205:1: note: here
smtp_response_parser.c:2220:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2222:1: note: here
smtp_response_parser.c:2237:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2239:1: note: here
smtp_response_parser.c:2254:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2256:1: note: here
smtp_response_parser.c:2271:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2273:1: note: here
smtp_response_parser.c:2288:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2290:1: note: here
smtp_response_parser.c:2305:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2307:1: note: here
smtp_response_parser.c:2322:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2324:1: note: here
smtp_response_parser.c:2339:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2341:1: note: here
smtp_response_parser.c:2356:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2358:1: note: here
smtp_response_parser.c:2373:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2375:1: note: here
smtp_response_parser.c:2390:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2392:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:31:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:2465:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2467:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:31:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:2543:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2545:1: note: here
smtp_response_parser.c:2556:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2558:1: note: here
smtp_response_parser.c:2574:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2576:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:2603:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2605:1: note: here
smtp_response_parser.c:2612:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2614:1: note: here
smtp_response_parser.c:2619:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2621:1: note: here
smtp_response_parser.c:2628:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2630:1: note: here
smtp_response_parser.c:2635:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2637:1: note: here
smtp_response_parser.c:2644:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2646:1: note: here
smtp_response_parser.c:2651:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2653:1: note: here
smtp_response_parser.c:2660:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2662:1: note: here
smtp_response_parser.c:2669:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2671:1: note: here
smtp_response_parser.c:2676:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2678:1: note: here
smtp_response_parser.c:2685:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2687:1: note: here
smtp_response_parser.c:2694:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2696:1: note: here
smtp_response_parser.c:2701:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2703:1: note: here
smtp_response_parser.c:2710:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2712:1: note: here
smtp_response_parser.c:2717:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2719:1: note: here
smtp_response_parser.c:2726:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2728:1: note: here
smtp_response_parser.c:2733:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2735:1: note: here
smtp_response_parser.c:2740:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2742:1: note: here
smtp_response_parser.c:2747:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2749:1: note: here
smtp_response_parser.c:2754:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2756:1: note: here
smtp_response_parser.c:2761:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2763:1: note: here
smtp_response_parser.c:2776:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2778:1: note: here
smtp_response_parser.c:2791:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2793:1: note: here
smtp_response_parser.c:2806:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2808:1: note: here
smtp_response_parser.c:2821:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2823:1: note: here
smtp_response_parser.c:2828:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2830:1: note: here
smtp_response_parser.c:2843:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2845:1: note: here
smtp_response_parser.c:2858:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2860:1: note: here
smtp_response_parser.c:2873:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2875:1: note: here
smtp_response_parser.c:2888:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2890:1: note: here
smtp_response_parser.c:2895:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2897:1: note: here
smtp_response_parser.c:2910:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2912:1: note: here
smtp_response_parser.c:2925:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2927:1: note: here
smtp_response_parser.c:2940:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2942:1: note: here
smtp_response_parser.c:2955:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2957:1: note: here
smtp_response_parser.c:2962:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2964:1: note: here
smtp_response_parser.c:2977:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2979:1: note: here
smtp_response_parser.c:2992:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:2994:1: note: here
smtp_response_parser.c:3007:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3009:1: note: here
smtp_response_parser.c:3022:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3024:1: note: here
smtp_response_parser.c:3029:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3031:1: note: here
smtp_response_parser.c:3044:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3046:1: note: here
smtp_response_parser.c:3059:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3061:1: note: here
smtp_response_parser.c:3074:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3076:1: note: here
smtp_response_parser.c:3089:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3091:1: note: here
smtp_response_parser.c:3096:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3098:1: note: here
smtp_response_parser.c:3111:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3113:1: note: here
smtp_response_parser.c:3126:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3128:1: note: here
smtp_response_parser.c:3141:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3143:1: note: here
smtp_response_parser.c:3156:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3158:1: note: here
smtp_response_parser.c:3163:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3165:1: note: here
smtp_response_parser.c:3178:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3180:1: note: here
smtp_response_parser.c:3195:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3197:1: note: here
smtp_response_parser.c:3212:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3214:1: note: here
smtp_response_parser.c:3229:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3231:1: note: here
smtp_response_parser.c:3236:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3238:1: note: here
smtp_response_parser.c:3249:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3251:1: note: here
smtp_response_parser.c:3264:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3266:1: note: here
smtp_response_parser.c:3279:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3281:1: note: here
smtp_response_parser.c:3294:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3296:1: note: here
smtp_response_parser.c:3309:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3311:1: note: here
smtp_response_parser.c:3324:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3326:1: note: here
smtp_response_parser.c:3339:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3341:1: note: here
smtp_response_parser.c:3356:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3358:1: note: here
smtp_response_parser.c:3373:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3375:1: note: here
smtp_response_parser.c:3390:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3392:1: note: here
smtp_response_parser.c:3399:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3401:1: note: here
smtp_response_parser.c:3412:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3414:1: note: here
smtp_response_parser.c:3429:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3431:1: note: here
smtp_response_parser.c:3446:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3448:1: note: here
smtp_response_parser.c:3463:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3465:1: note: here
smtp_response_parser.c:3472:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3474:1: note: here
smtp_response_parser.c:3485:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3487:1: note: here
smtp_response_parser.c:3502:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3504:1: note: here
smtp_response_parser.c:3519:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3521:1: note: here
smtp_response_parser.c:3536:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3538:1: note: here
smtp_response_parser.c:3545:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3547:1: note: here
smtp_response_parser.c:3558:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3560:1: note: here
smtp_response_parser.c:3575:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3577:1: note: here
smtp_response_parser.c:3592:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3594:1: note: here
smtp_response_parser.c:3609:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3611:1: note: here
smtp_response_parser.c:3618:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3620:1: note: here
smtp_response_parser.c:3631:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3633:1: note: here
smtp_response_parser.c:3648:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3650:1: note: here
smtp_response_parser.c:3665:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3667:1: note: here
smtp_response_parser.c:3682:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3684:1: note: here
smtp_response_parser.c:3691:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3693:1: note: here
smtp_response_parser.c:3706:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3708:1: note: here
smtp_response_parser.c:3721:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3723:1: note: here
smtp_response_parser.c:3739:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3741:1: note: here
smtp_response_parser.c:3757:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3759:1: note: here
smtp_response_parser.c:3775:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3777:1: note: here
smtp_response_parser.c:3784:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3786:1: note: here
smtp_response_parser.c:3797:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3799:1: note: here
smtp_response_parser.c:3815:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3817:1: note: here
smtp_response_parser.c:3833:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3835:1: note: here
smtp_response_parser.c:3851:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3853:1: note: here
smtp_response_parser.c:3860:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3862:1: note: here
smtp_response_parser.c:3873:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3875:1: note: here
smtp_response_parser.c:3891:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3893:1: note: here
smtp_response_parser.c:3909:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3911:1: note: here
smtp_response_parser.c:3927:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3929:1: note: here
smtp_response_parser.c:3936:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3938:1: note: here
smtp_response_parser.c:3949:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3951:1: note: here
smtp_response_parser.c:3967:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3969:1: note: here
smtp_response_parser.c:3985:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:3987:1: note: here
smtp_response_parser.c:4003:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4005:1: note: here
smtp_response_parser.c:4012:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4014:1: note: here
smtp_response_parser.c:4025:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4027:1: note: here
smtp_response_parser.c:4043:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4045:1: note: here
smtp_response_parser.c:4061:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4063:1: note: here
smtp_response_parser.c:4079:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4081:1: note: here
smtp_response_parser.c:4096:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4098:1: note: here
smtp_response_parser.c:4113:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4115:1: note: here
smtp_response_parser.c:4130:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4132:1: note: here
smtp_response_parser.c:4147:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4149:1: note: here
smtp_response_parser.c:4164:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4166:1: note: here
smtp_response_parser.c:4181:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4183:1: note: here
smtp_response_parser.c:4198:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4200:1: note: here
smtp_response_parser.c:4215:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4217:1: note: here
smtp_response_parser.c:4232:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4234:1: note: here
smtp_response_parser.c:4249:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4251:1: note: here
smtp_response_parser.c:4266:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4268:1: note: here
smtp_response_parser.c:4283:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4285:1: note: here
smtp_response_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:31:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:4329:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4331:1: note: here
smtp_response_parser.c:4344:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4346:1: note: here
smtp_response_parser.c:4357:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4359:1: note: here
smtp_response_parser.c:4375:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4377:1: note: here
smtp_response_parser.rl:23:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.rl:25:1: note: here
smtp_response_parser.c:4404:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4406:1: note: here
smtp_response_parser.c:4413:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4415:1: note: here
smtp_response_parser.c:4420:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4422:1: note: here
smtp_response_parser.c:4429:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4431:1: note: here
smtp_response_parser.c:4436:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4438:1: note: here
smtp_response_parser.c:4445:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4447:1: note: here
smtp_response_parser.c:4452:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4454:1: note: here
smtp_response_parser.c:4461:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4463:1: note: here
smtp_response_parser.c:4470:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4472:1: note: here
smtp_response_parser.c:4477:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4479:1: note: here
smtp_response_parser.c:4486:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4488:1: note: here
smtp_response_parser.c:4495:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4497:1: note: here
smtp_response_parser.c:4502:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4504:1: note: here
smtp_response_parser.c:4511:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4513:1: note: here
smtp_response_parser.c:4518:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4520:1: note: here
smtp_response_parser.c:4527:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4529:1: note: here
smtp_response_parser.c:4534:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4536:1: note: here
smtp_response_parser.c:4541:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4543:1: note: here
smtp_response_parser.c:4548:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4550:1: note: here
smtp_response_parser.c:4555:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4557:1: note: here
smtp_response_parser.c:4562:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4564:1: note: here
smtp_response_parser.c:4577:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4579:1: note: here
smtp_response_parser.c:4592:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4594:1: note: here
smtp_response_parser.c:4607:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4609:1: note: here
smtp_response_parser.c:4622:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4624:1: note: here
smtp_response_parser.c:4629:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4631:1: note: here
smtp_response_parser.c:4644:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4646:1: note: here
smtp_response_parser.c:4659:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4661:1: note: here
smtp_response_parser.c:4674:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4676:1: note: here
smtp_response_parser.c:4689:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4691:1: note: here
smtp_response_parser.c:4696:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4698:1: note: here
smtp_response_parser.c:4711:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4713:1: note: here
smtp_response_parser.c:4726:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4728:1: note: here
smtp_response_parser.c:4741:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4743:1: note: here
smtp_response_parser.c:4756:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4758:1: note: here
smtp_response_parser.c:4763:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4765:1: note: here
smtp_response_parser.c:4778:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4780:1: note: here
smtp_response_parser.c:4793:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4795:1: note: here
smtp_response_parser.c:4808:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4810:1: note: here
smtp_response_parser.c:4823:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4825:1: note: here
smtp_response_parser.c:4830:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4832:1: note: here
smtp_response_parser.c:4845:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4847:1: note: here
smtp_response_parser.c:4860:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4862:1: note: here
smtp_response_parser.c:4875:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4877:1: note: here
smtp_response_parser.c:4890:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4892:1: note: here
smtp_response_parser.c:4897:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4899:1: note: here
smtp_response_parser.c:4912:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4914:1: note: here
smtp_response_parser.c:4927:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4929:1: note: here
smtp_response_parser.c:4942:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4944:1: note: here
smtp_response_parser.c:4957:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4959:1: note: here
smtp_response_parser.c:4964:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4966:1: note: here
smtp_response_parser.c:4979:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4981:1: note: here
smtp_response_parser.c:4996:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:4998:1: note: here
smtp_response_parser.c:5013:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5015:1: note: here
smtp_response_parser.c:5030:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5032:1: note: here
smtp_response_parser.c:5037:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5039:1: note: here
smtp_response_parser.c:5050:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5052:1: note: here
smtp_response_parser.c:5065:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5067:1: note: here
smtp_response_parser.c:5080:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5082:1: note: here
smtp_response_parser.c:5095:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5097:1: note: here
smtp_response_parser.c:5110:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5112:1: note: here
smtp_response_parser.c:5125:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5127:1: note: here
smtp_response_parser.c:5140:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5142:1: note: here
smtp_response_parser.c:5157:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5159:1: note: here
smtp_response_parser.c:5174:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5176:1: note: here
smtp_response_parser.c:5191:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5193:1: note: here
smtp_response_parser.c:5200:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5202:1: note: here
smtp_response_parser.c:5213:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5215:1: note: here
smtp_response_parser.c:5230:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5232:1: note: here
smtp_response_parser.c:5247:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5249:1: note: here
smtp_response_parser.c:5264:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5266:1: note: here
smtp_response_parser.c:5273:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5275:1: note: here
smtp_response_parser.c:5286:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5288:1: note: here
smtp_response_parser.c:5303:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5305:1: note: here
smtp_response_parser.c:5320:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5322:1: note: here
smtp_response_parser.c:5337:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5339:1: note: here
smtp_response_parser.c:5346:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5348:1: note: here
smtp_response_parser.c:5359:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5361:1: note: here
smtp_response_parser.c:5376:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5378:1: note: here
smtp_response_parser.c:5393:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5395:1: note: here
smtp_response_parser.c:5410:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5412:1: note: here
smtp_response_parser.c:5419:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5421:1: note: here
smtp_response_parser.c:5432:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5434:1: note: here
smtp_response_parser.c:5449:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5451:1: note: here
smtp_response_parser.c:5466:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5468:1: note: here
smtp_response_parser.c:5483:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5485:1: note: here
smtp_response_parser.c:5492:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5494:1: note: here
smtp_response_parser.c:5507:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5509:1: note: here
smtp_response_parser.c:5522:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5524:1: note: here
smtp_response_parser.c:5540:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5542:1: note: here
smtp_response_parser.c:5558:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5560:1: note: here
smtp_response_parser.c:5576:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5578:1: note: here
smtp_response_parser.c:5585:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5587:1: note: here
smtp_response_parser.c:5598:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5600:1: note: here
smtp_response_parser.c:5616:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5618:1: note: here
smtp_response_parser.c:5634:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5636:1: note: here
smtp_response_parser.c:5652:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5654:1: note: here
smtp_response_parser.c:5661:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5663:1: note: here
smtp_response_parser.c:5674:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5676:1: note: here
smtp_response_parser.c:5692:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5694:1: note: here
smtp_response_parser.c:5710:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5712:1: note: here
smtp_response_parser.c:5728:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5730:1: note: here
smtp_response_parser.c:5737:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5739:1: note: here
smtp_response_parser.c:5750:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5752:1: note: here
smtp_response_parser.c:5768:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5770:1: note: here
smtp_response_parser.c:5786:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5788:1: note: here
smtp_response_parser.c:5804:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5806:1: note: here
smtp_response_parser.c:5813:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5815:1: note: here
smtp_response_parser.c:5826:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5828:1: note: here
smtp_response_parser.c:5844:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5846:1: note: here
smtp_response_parser.c:5862:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5864:1: note: here
smtp_response_parser.c:5880:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5882:1: note: here
smtp_response_parser.c:5897:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5899:1: note: here
smtp_response_parser.c:5914:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5916:1: note: here
smtp_response_parser.c:5931:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5933:1: note: here
smtp_response_parser.c:5948:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5950:1: note: here
smtp_response_parser.c:5965:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5967:1: note: here
smtp_response_parser.c:5982:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:5984:1: note: here
smtp_response_parser.c:5999:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:6001:1: note: here
smtp_response_parser.c:6016:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:6018:1: note: here
smtp_response_parser.c:6033:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:6035:1: note: here
smtp_response_parser.c:6050:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:6052:1: note: here
smtp_response_parser.c:6067:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:6069:1: note: here
smtp_response_parser.c:6084:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
smtp_response_parser.c:6086:1: note: here
cc1: all warnings being treated as errors
objs/Makefile:2005: recipe for target 'objs/addon/parsers/smtp_response_parser.o' failed
make[1]: *** [objs/addon/parsers/smtp_response_parser.o] Error 1
make[1]: Leaving directory '/app/build/tengine_pkg_20180722/build/tengine-master'
Makefile:8: recipe for target 'build' failed
make: *** [build] Error 2
[ok] backup old  tengine
make -f objs/Makefile install
make[1]: Entering directory '/app/build/tengine_pkg_20180722/build/tengine-master'
cc -c -I/app/nginx/luajit/include/luajit-2.1  -pipe  -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g  -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR  -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/proc -I ../openresty-1.13.6.2/bundle/ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../nginx_tcp_proxy_module-master/modules -I ../nginx_tcp_proxy_module-master/parsers -I ../nginx_tcp_proxy_module-master -I /app/nginx/luajit/include/luajit-2.1 -I modules/ngx_http_lua_module/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../openresty-1.13.6.2/bundle/ngx_devel_kit-0.3.0/src -I src/mail \
    -o objs/addon/parsers/http_request_parser.o \
    ../nginx_tcp_proxy_module-master/parsers/http_request_parser.c
http_request_parser.c: In function ‘http_request_parser_execute’:
http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:31:1: note: here
http_request_parser.rl:46:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:48:1: note: here
http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:31:1: note: here
http_request_parser.rl:50:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:52:1: note: here
http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:31:1: note: here
http_request_parser.c:241:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:243:1: note: here
http_request_parser.c:248:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:250:1: note: here
http_request_parser.c:255:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:257:1: note: here
http_request_parser.c:262:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:264:1: note: here
http_request_parser.c:269:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:271:1: note: here
http_request_parser.c:278:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:280:1: note: here
http_request_parser.c:285:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:287:1: note: here
http_request_parser.rl:42:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:44:1: note: here
http_request_parser.c:327:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:329:1: note: here
http_request_parser.c:355:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:357:1: note: here
http_request_parser.rl:32:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:34:1: note: here
http_request_parser.rl:37:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:39:1: note: here
http_request_parser.rl:37:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:39:1: note: here
http_request_parser.rl:50:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:52:1: note: here
http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:31:1: note: here
http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:31:1: note: here
http_request_parser.c:545:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:547:1: note: here
http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:31:1: note: here
http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:31:1: note: here
http_request_parser.c:604:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:606:1: note: here
http_request_parser.c:617:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:619:1: note: here
http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:31:1: note: here
http_request_parser.c:653:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:655:1: note: here
http_request_parser.c:666:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:668:1: note: here
http_request_parser.rl:70:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:72:1: note: here
http_request_parser.c:704:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:706:1: note: here
http_request_parser.c:717:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:719:1: note: here
http_request_parser.rl:70:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:72:1: note: here
http_request_parser.rl:56:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:58:1: note: here
http_request_parser.rl:56:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.rl:58:1: note: here
http_request_parser.c:793:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:795:1: note: here
http_request_parser.c:806:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:808:1: note: here
http_request_parser.c:824:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:826:1: note: here
http_request_parser.c:842:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:844:1: note: here
http_request_parser.c:860:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:862:1: note: here
http_request_parser.c:878:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:880:1: note: here
http_request_parser.c:896:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:898:1: note: here
http_request_parser.c:914:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:916:1: note: here
http_request_parser.c:932:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:934:1: note: here
http_request_parser.c:950:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:952:1: note: here
http_request_parser.c:968:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:970:1: note: here
http_request_parser.c:986:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:988:1: note: here
http_request_parser.c:1004:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:1006:1: note: here
http_request_parser.c:1022:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:1024:1: note: here
http_request_parser.c:1040:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:1042:1: note: here
http_request_parser.c:1058:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:1060:1: note: here
http_request_parser.c:1076:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:1078:1: note: here
http_request_parser.c:1094:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:1096:1: note: here
http_request_parser.c:1112:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:1114:1: note: here
http_request_parser.c:1130:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:1132:1: note: here
cc1: all warnings being treated as errors
objs/Makefile:1991: recipe for target 'objs/addon/parsers/http_request_parser.o' failed
make[1]: *** [objs/addon/parsers/http_request_parser.o] Error 1
make[1]: Leaving directory '/app/build/tengine_pkg_20180722/build/tengine-master'
Makefile:15: recipe for target 'install' failed
make: *** [install] Error 2