1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/test-apps
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
..
android CMake: convert all LWS_USE_... to LWS_WITH_... 2017-10-16 17:13:48 +08:00
private clean up top level of project 2017-09-27 08:24:05 +08:00
.gitignore clean up top level of project 2017-09-27 08:24:05 +08:00
attack.sh http2: make usable 2017-10-16 17:13:49 +08:00
candide.zip clean up top level of project 2017-09-27 08:24:05 +08:00
favicon.ico clean up top level of project 2017-09-27 08:24:05 +08:00
fuzxy.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
http2.png http2: make usable 2017-10-16 17:13:49 +08:00
leaf.jpg clean up top level of project 2017-09-27 08:24:05 +08:00
libwebsockets-test-server.service clean up top level of project 2017-09-27 08:24:05 +08:00
libwebsockets.org-logo.png clean up top level of project 2017-09-27 08:24:05 +08:00
lws-cgi-test.sh http2: make usable 2017-10-16 17:13:49 +08:00
lws-common.js http2: make usable 2017-10-16 17:13:49 +08:00
lws-ssh-test-keys Plugins: add ssh-base ssh server plugin 2017-10-16 16:59:57 +08:00
lws-ssh-test-keys.pub Plugins: add ssh-base ssh server plugin 2017-10-16 16:59:57 +08:00
test-client.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
test-echo.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
test-fraggle.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-ping.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
test-server-dumb-increment.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-http.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
test-server-libev.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-libevent.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-libuv.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-pthreads.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-v2.0.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
test-server.c http2: make usable 2017-10-16 17:13:49 +08:00
test-server.h clean up top level of project 2017-09-27 08:24:05 +08:00
test-sshd.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
test.html http2: make usable 2017-10-16 17:13:49 +08:00