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
Fix the following build failure without dlopen: /home/buildroot/autobuild/instance-3/output-1/build/libuhttpd-3.8.0/src/uhttpd.c: In function 'uh_load_plugin': /home/buildroot/autobuild/instance-3/output-1/build/libuhttpd-3.8.0/src/uhttpd.c:155:32: error: unused variable 'srvi' [-Werror=unused-variable] struct uh_server_internal *srvi = (struct uh_server_internal *)srv; ^~~~ Fixes: - http://autobuild.buildroot.org/results/00e5b5e1da782dcedda48777cbb0a2cba9c98cec Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
- Loading branch information