Closed GoogleCodeExporter closed 8 years ago
I'm getting exactly the same warnings on CentOS 5.3 x64
Original comment by steve.bl...@gmail.com
on 6 Apr 2010 at 3:20
This solved the problem for me:
yum install openssl-devel
make clean
make
Original comment by dcchrist...@gmail.com
on 8 Apr 2010 at 3:32
In Debian Sid (s3fs r191), I only get this warning:
s3fs.cpp:467: warning: ‘size_t readCallback(void*, size_t, size_t, void*)’
defined but not used
Well understood. There's a function that isn't used. The author may have put
it there for future use. Use the attached patch to make it go away.
Original comment by moore...@gmail.com
on 1 Jul 2010 at 1:03
Attachments:
Original comment by dmoore4...@gmail.com
on 18 Oct 2010 at 9:12
Original comment by dmoore4...@gmail.com
on 18 Oct 2010 at 9:12
Applied supplied patch - fixed in subversion revision 197
Original comment by dmoore4...@gmail.com
on 18 Oct 2010 at 9:17
Original issue reported on code.google.com by
sobu...@gmail.com
on 12 Mar 2010 at 9:49