Hi, [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
