1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/plugins/generic-sessions
Andy Green 1c70181ca2 build: enable signed vs unsigned warnings on gcc
This enables selected things from -Wextra, can't use -Wextra because it is
fussy enough to complain about unused params on functions... they are
there for a reason.

-Wsign-compare
-Wignored-qualifiers
not -Wimplicit-fallthrough=3 ... only on gcc 7
-Wtype-limits
-Wuninitialized
not -Wclobbered ... only on gcc 7ish

fix the warnings everywhere they were found.
2017-10-25 07:17:29 +08:00
..
assets per-vhost headers and lwsws conf support 2016-08-27 17:07:06 +08:00
handlers.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
private-lwsgs.h boilerplate: add back missing Lesser that cut-and-pasted itself around 2017-04-06 23:01:34 +08:00
protocol_generic_sessions.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
protocol_lws_messageboard.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
utils.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00