Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: warnings when making apps/test



Hi,

jpulz@frm2.tu-muenchen.de wrote:
> 
> hi,
> 
> i've fixed some files in apps/test, to build them without warnings..
> the main thing was the missing #include <string.h> in some files..
> 
> the other thing was the:
> "comparison between signed and unsigned"
> and the
> "signed and unsigned type in conditional expression"
> 
> in video.c
> 
> the reason is the definition in linux/videodev.h ..
> 
> 'struct video_window' is '__u32' for 'width,height'
> but
> 'struct video_capability' is 'int' for 'maxwidth' and 'maxheight'
> 
> also there was #include <stdlib.h> missing for the 'exit' function in line
> 175..
> 
> i will append a diff that someone with CVS-write-access can easy fix
> this..

thanks, I applied your patch.

> 
> i know, these are no really problems, but i like build processes without
> any warnings.. and beneath testing and using, all i can do is to fix such
> minor "problems".. i hope someone can understand me..

:)

Holger



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index