On Sun, Aug 2, 2009 at 5:29 AM, Hans Verkuil<hverkuil@xxxxxxxxx> wrote: > On Saturday 01 August 2009 06:40:01 Patch from Michael Krufky wrote: >> The patch number 12374 was added via Michael Krufky <mkrufky@xxxxxxxxxxxxxx> >> to http://linuxtv.org/hg/v4l-dvb master development tree. >> > Hi Mike, > > The daily build now has this warning: > > /marune/build/v4l-dvb-master/v4l/sms-cards.c: In function 'sms_board_event': > /marune/build/v4l-dvb-master/v4l/sms-cards.c:120: warning: unused variable 'board' > > And 'board' is indeed no longer used. Can you make a patch fixing this? > I suspect that it can just be removed. Thanks for pointing this out, Hans. In fact, the entire function is not being used, but I am under the impression that Siano wants to use it in the future. For now I have #if 0'd the extraneous variables. Mauro, Please pull from: http://kernellabs.com/hg/~mkrufky/sms1xxx-warning for: - sms1xxx: fix build warning: unused variable 'board' sms-cards.c | 2 ++ 1 file changed, 2 insertions(+) Thanks again, Mike -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html