### I did this Build with `--without-ssl --enable-werror` / `-DCURL_ENABLE_SSL=OFF -DCURL_WERROR=ON` ### I expected the following A successful build. Instead, I got this: ``` lib/multi.c:273:5: error: code will never be executed [-Werror,-Wunreachable-code] 273 | goto error; | ^~~~~~~~~~ ``` See: https://github.com/curl/curl/blob/rc-8_15_0-1/lib/multi.c#L273 https://github.com/curl/curl/blob/rc-8_15_0-1/lib/vtls/vtls_scache.h#L212 ### curl/libcurl version curl 8.15.0-rc1 ### operating system macOS with clang