[vlc-devel] Tag 1.0.3-rc : Jean-Baptiste Kempf : VLC 1.0. 3-rc - First release candidate of the fourth version of Goldeneye branch

Dominique Leuenberger dominique at leuenberger.net
Tue Oct 27 21:38:55 CET 2009


On Wed, 2009-10-21 at 23:29 +0200, Jean-Baptiste Kempf wrote:
> On Wed, Oct 21, 2009 at 11:05:48PM +0200, git version control wrote :
> > VLC 1.0.3-rc
> 
> ftp://ftp.videolan.org/pub/testing/vlc-1.0.3-rc/vlc-1.0.3-rc.tar.bz2
> 

Thanks, like always (well, this time a bit late.. sorry) I threw the
tarball at my build bot and see what happens.
So far I get "only" one compiler warning which is raised by the brp
check to an error.

the output from the compiler is like:
v4l2.c: In function 'GetV4L2Params':
v4l2.c:699: warning: passing argument 2 of '__rawmemchr' makes integer
from pointer without a cast
v4l2.c:699: warning: passing argument 2 of '__builtin_strchr' makes
integer from pointer without a cast
v4l2.c:701: warning: passing argument 2 of '__rawmemchr' makes integer
from pointer without a cast
v4l2.c:701: warning: passing argument 2 of '__builtin_strchr' makes
integer from pointer without a cast
v4l2.c:701: warning: initialization makes integer from pointer without a
cast
v4l2.c:702: warning: passing argument 1 of 'atoi' makes pointer from
integer without a cast


And the brp check, with it's "reason" is:
E: vlc 64bit-portability-issue v4l2.c:702
(so the issue to be is actually ato1 making pointer from int).

Can we manage to get that addressed?

Best regards,
Dominique




More information about the vlc-devel mailing list