1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/server
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
..
access-log.c refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
cgi.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
daemonize.c daemonize: fix missing lws_malloc reason param 2017-10-18 20:19:46 +08:00
fops-zip.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
lejp-conf.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
lws-spa.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
parsers.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
peer-limits.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
ranges.c refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
rewrite.c refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
server-handshake.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
server.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
ssl-server.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00