Loading tests/libtest/lib526.c +1 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,7 @@ int test(char *URL) res = TEST_ERR_RUNS_FOREVER; } test_cleanup: /* test_cleanup: */ #ifndef LIB527 /* get NUM_HANDLES easy handles */ Loading tests/libtest/lib530.c +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ int test(char *URL) res = TEST_ERR_RUNS_FOREVER; } test_cleanup: /* test_cleanup: */ /* cleanup NUM_HANDLES easy handles */ for(i=0; i < NUM_HANDLES; i++) { Loading tests/libtest/lib568.c +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ static char *suburl(const char *base, int i) */ int test(char *URL) { CURLcode res; int res; CURL *curl; int sdp; FILE *sdpf = NULL; Loading tests/libtest/lib569.c +3 −3 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ static char *suburl(const char *base, int i) */ int test(char *URL) { CURLcode res; int res; CURL *curl; char *stream_uri; char *rtsp_session_id; Loading Loading @@ -60,7 +60,7 @@ int test(char *URL) test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP); res = curl_easy_perform(curl); if(res != CURLE_BAD_FUNCTION_ARGUMENT) { if(res != (int)CURLE_BAD_FUNCTION_ARGUMENT) { fprintf(stderr, "This should have failed. " "Cannot setup without a Transport: header"); res = TEST_ERR_MAJOR_BAD; Loading Loading @@ -113,6 +113,6 @@ test_cleanup: curl_easy_cleanup(curl); curl_global_cleanup(); return (int)res; return res; } tests/libtest/lib570.c +3 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ static char *suburl(const char *base, int i) int test(char *URL) { CURLcode res; int res; CURL *curl; int request=1; char *stream_uri = NULL; Loading Loading @@ -55,7 +55,7 @@ int test(char *URL) stream_uri = NULL; res = curl_easy_perform(curl); if(res != CURLE_RTSP_CSEQ_ERROR) { if(res != (int)CURLE_RTSP_CSEQ_ERROR) { fprintf(stderr, "Failed to detect CSeq mismatch"); res = TEST_ERR_MAJOR_BAD; goto test_cleanup; Loading Loading @@ -98,6 +98,6 @@ test_cleanup: curl_easy_cleanup(curl); curl_global_cleanup(); return (int)res; return res; } Loading
tests/libtest/lib526.c +1 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,7 @@ int test(char *URL) res = TEST_ERR_RUNS_FOREVER; } test_cleanup: /* test_cleanup: */ #ifndef LIB527 /* get NUM_HANDLES easy handles */ Loading
tests/libtest/lib530.c +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ int test(char *URL) res = TEST_ERR_RUNS_FOREVER; } test_cleanup: /* test_cleanup: */ /* cleanup NUM_HANDLES easy handles */ for(i=0; i < NUM_HANDLES; i++) { Loading
tests/libtest/lib568.c +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ static char *suburl(const char *base, int i) */ int test(char *URL) { CURLcode res; int res; CURL *curl; int sdp; FILE *sdpf = NULL; Loading
tests/libtest/lib569.c +3 −3 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ static char *suburl(const char *base, int i) */ int test(char *URL) { CURLcode res; int res; CURL *curl; char *stream_uri; char *rtsp_session_id; Loading Loading @@ -60,7 +60,7 @@ int test(char *URL) test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP); res = curl_easy_perform(curl); if(res != CURLE_BAD_FUNCTION_ARGUMENT) { if(res != (int)CURLE_BAD_FUNCTION_ARGUMENT) { fprintf(stderr, "This should have failed. " "Cannot setup without a Transport: header"); res = TEST_ERR_MAJOR_BAD; Loading Loading @@ -113,6 +113,6 @@ test_cleanup: curl_easy_cleanup(curl); curl_global_cleanup(); return (int)res; return res; }
tests/libtest/lib570.c +3 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ static char *suburl(const char *base, int i) int test(char *URL) { CURLcode res; int res; CURL *curl; int request=1; char *stream_uri = NULL; Loading Loading @@ -55,7 +55,7 @@ int test(char *URL) stream_uri = NULL; res = curl_easy_perform(curl); if(res != CURLE_RTSP_CSEQ_ERROR) { if(res != (int)CURLE_RTSP_CSEQ_ERROR) { fprintf(stderr, "Failed to detect CSeq mismatch"); res = TEST_ERR_MAJOR_BAD; goto test_cleanup; Loading Loading @@ -98,6 +98,6 @@ test_cleanup: curl_easy_cleanup(curl); curl_global_cleanup(); return (int)res; return res; }