zhaojh329 / libuhttpd

A very flexible, lightweight and high performance HTTP server library based on libev and http-parser for Embedded Linux.
MIT License
386 stars 67 forks source link

src/uhttpd.c: fix build without dlopen #11

Closed ffontaine closed 4 years ago

ffontaine commented 4 years ago

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:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com