1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib
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
..
client build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
event-libs build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
ext build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
http2 build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
misc getifaddrs: fix conditional build 2017-10-24 06:39:37 +08:00
plat build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
server build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
tls build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
alloc.c http2: make usable 2017-10-16 17:13:49 +08:00
context.c protocol init: allow use of client apis during per-vhost protocol init 2017-10-24 20:19:24 +08:00
handshake.c http2: make usable 2017-10-16 17:13:49 +08:00
header.c http2: make usable 2017-10-16 17:13:49 +08:00
lextable-strings.h http2: make usable 2017-10-16 17:13:49 +08:00
lextable.h http2: make usable 2017-10-16 17:13:49 +08:00
libwebsockets.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
libwebsockets.h tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
minilex.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
output.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
pollfd.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
private-libwebsockets.h build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
service.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00