mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
examples: fix compiler warnings
This commit is contained in:
parent
a60edcc6d4
commit
865893fb14
10 changed files with 41 additions and 68 deletions
|
|
@ -25,7 +25,7 @@
|
|||
int main(void)
|
||||
{
|
||||
CURL *curl;
|
||||
CURLcode res;
|
||||
CURLcode res = CURLE_OK;
|
||||
|
||||
curl = curl_easy_init();
|
||||
if(curl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue