Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information