On Thu, 2013-11-07 at 14:24 -0800, Daniel Schultze wrote:From what host to what target?
> I'm trying to cross-compile glib
That's quite odd...can you track down where the prototype for "splice"
> gfile.c: In function 'do_splice':
> gfile.c:2749: warning: passing argument 2 of 'splice' makes integer
> from pointer without a cast
for your target is coming from?
Is this target some non-glibc system like Bionic? If so you'll need to
get them to fix their splice() prototype.