Closed ffontaine closed 3 years ago
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:
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com
Fix the following build failure without dlopen:
Fixes:
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com