Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In file included from src/websocket.c:56:0: src/websocket.c: In function ‘shutdown_ssl’: src/error.h:78:24: error: this statement may fall through [-Werror=implicit-fallthrough=] #define LOG(x) do { if (DEBUG_TEST) dbg_printf x; } while (0) ^ src/websocket.c:766:5: note: in expansion of macro ‘LOG’ LOG (("SSL: SSL_shutdown, probably unrecoverable, forcing close.\n")); ^~~ src/websocket.c:767:3: note: here case SSL_ERROR_ZERO_RETURN: ^~~~ src/websocket.c: In function ‘send_ssl_buffer’: src/websocket.c:902:8: error: this statement may fall through [-Werror=implicit-fallthrough=] if ((bytes < 0 && ^ src/websocket.c:906:3: note: here case SSL_ERROR_ZERO_RETURN: ^~~~ src/websocket.c: In function ‘accept_ssl’: src/websocket.c:803:8: error: this statement may fall through [-Werror=implicit-fallthrough=] if (ret < 0 && (errno == EAGAIN || errno == EWOULDBLOCK || errno == EINTR)) { ^ src/websocket.c:809:3: note: here case SSL_ERROR_ZERO_RETURN: ^~~~ src/websocket.c: In function ‘read_ssl_socket’: src/websocket.c:945:10: error: this statement may fall through [-Werror=implicit-fallthrough=] if ((bytes < 0 && ^ src/websocket.c:948:5: note: here case SSL_ERROR_ZERO_RETURN: ^~~~
- Loading branch information