Always use ecore_con_url_ftp_use_epsv_set's parameters.

unused_warning--

By: Raphael Kubo da Costa <kubo@profusion.mobi>



SVN revision: 53273
This commit is contained in:
Lucas De Marchi 2010-10-11 19:12:09 +00:00
parent bd92321ff1
commit f39cdf2666
1 changed files with 2 additions and 0 deletions

View File

@ -1021,6 +1021,8 @@ ecore_con_url_ftp_use_epsv_set(Ecore_Con_Url *url_con, Eina_Bool use_epsv)
curl_easy_setopt(url_con->curl_easy, CURLOPT_FTP_USE_EPSV, (int)use_epsv);
#endif
(void)url_con;
(void)use_epsv;
}
/**