libuhttpd/src
Fabrice Fontaine 0b2058e7c9 src/uhttpd.c: fix build without dlopen
Build without dlopen fails on:

/data/buildroot-test/instance-0/output-1/build/libuhttpd-3.4.0/src/uhttpd.c:45:23: error: unused variable 'p' [-Werror=unused-variable]
     struct uh_plugin *p = srv->plugins;
                       ^

Fixes:
 - http://autobuild.buildroot.org/results/b2bbd0681705b94e6b531996b39f62e47f089c92

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2020-10-16 21:39:47 +02:00
..
buffer@2fb5523d44 beautify code style 2020-03-13 23:09:48 +08:00
http-parser@a0c034c0c7 http-parser: Use submodule 2020-03-06 13:48:48 +08:00
plugins plugins/test.c: Fix usage of get_path 2020-10-06 17:57:51 +08:00
CMakeLists.txt Bump version 3.4.0 2020-10-14 22:15:08 +08:00
config.h.in Change the license information 2019-09-03 15:03:35 +08:00
connection.c struct uh_connection: New api: get_addr 2020-10-14 20:48:15 +08:00
connection.h struct uh_connection: New api: get_addr 2020-10-14 20:48:15 +08:00
file.c Fix bug: typo 2020-09-29 22:09:10 +08:00
file.h connection: New api: serve_file 2020-07-02 10:32:19 +08:00
log.c Change the license information 2019-09-03 15:03:35 +08:00
log.h beautify code style 2020-03-13 23:09:48 +08:00
mimetypes.c Optimize code and fix gzip encoding 2020-09-07 14:03:01 +08:00
mimetypes.h connection: New api: serve_file 2020-07-02 10:32:19 +08:00
ssl.c beautify code style 2020-03-13 23:09:48 +08:00
ssl.h Change the license information 2019-09-03 15:03:35 +08:00
uhttpd.c src/uhttpd.c: fix build without dlopen 2020-10-16 21:39:47 +02:00
uhttpd.h Fix memory leak 2020-10-06 17:56:01 +08:00
utils.h beautify code style 2020-03-13 23:09:48 +08:00