examples: fix compiler warnings

This commit is contained in:
Yang Tse
2012-04-13 17:58:41 +02:00
parent a60edcc6d4
commit 865893fb14
10 changed files with 41 additions and 68 deletions

View File

@@ -25,7 +25,7 @@
int main(void)
{
CURL *curl;
CURLcode res;
CURLcode res = CURLE_OK;
curl = curl_easy_init();
if(curl) {