Bug 3804 - curl_write_callback should return size_t
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 trivial
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2008-10-23 05:21 EDT by Przemysław Iskra
Modified: 2008-10-24 03:08:49 EDT
0 users

See Also:


Attachments
return size_t instead of int (400 bytes, patch)
2008-10-23 05:23 EDT, Przemysław Iskra

Description Przemysław Iskra 2008-10-23 05:21:59 EDT
CC code/client/cl_curl.c
code/client/cl_curl.c: In function ‘CL_cURL_BeginDownload’:
code/client/cl_curl.c:272: warning: call to ‘_curl_easy_setopt_err_write_callback’ declared with attribute warning: curl_easy_setopt expects a curl_write_callback argument for this option
Comment 1 Przemysław Iskra 2008-10-23 05:23:11 EDT
Created attachment 1898 [details]
return size_t instead of int

fix
Comment 2 Ludwig Nussel 2008-10-24 03:08:49 EDT
applied, thanks.