<div dir="ltr">The very latest version of SVN gives me the following warnings when building the core library:<div><br></div><div><div>/home/greg/Source/sword/src/mgr/ftplibftpt.cpp: In function ‘int sword::{anonymous}::my_fprogress(netbuf*, int, void*)’:</div>
<div>/home/greg/Source/sword/src/mgr/ftplibftpt.cpp:56:46: warning: ‘virtual void sword::StatusReporter::statusUpdate(double, double)’ is deprecated (declared at /home/greg/Source/sword/include/remotetrans.h:42) [-Wdeprecated-declarations]</div>
</div><div><br></div><div>and</div><div><br></div><div>/home/greg/Source/sword/src/utilfuns/ftplib.c:138:14: warning: ‘version’ defined but not used [-Wunused-variable]<br></div><div><br></div><div>I would attach a patch, but Troy can probably fix it manually as quickly as he can apply a patch from me. Looks like the deprecated function should be updated to use ::update instead of ::statusUpdate and the &#39;version&#39; variable can be obliterated.</div>
<div><br></div><div>--Greg</div></div>