diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-16 19:15:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-16 19:15:42 (GMT) |
commit | 083aba04cfe2dba29b267100f52d2387f35dd487 (patch) | |
tree | 70d74e022901bc1aa34ed01be127c9fe6c80b982 /Source/CTest/Curl/url.c | |
parent | b524f7573bcc09249006a529ba8c1e2aba8283f4 (diff) | |
download | CMake-083aba04cfe2dba29b267100f52d2387f35dd487.zip CMake-083aba04cfe2dba29b267100f52d2387f35dd487.tar.gz CMake-083aba04cfe2dba29b267100f52d2387f35dd487.tar.bz2 |
ERR: Attempt to remove more warnings
Diffstat (limited to 'Source/CTest/Curl/url.c')
-rw-r--r-- | Source/CTest/Curl/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/url.c b/Source/CTest/Curl/url.c index 6714a79..5d9250b 100644 --- a/Source/CTest/Curl/url.c +++ b/Source/CTest/Curl/url.c @@ -973,10 +973,10 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...) } } } + break; #else return CURLE_SSL_ENGINE_NOTFOUND; #endif - break; case CURLOPT_SSLENGINE_DEFAULT: /* * flag to set engine as default. |