dvb: Fix a few warnings
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 18 Jan 2012 12:45:49 +0000 (10:45 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 18 Jan 2012 12:45:49 +0000 (10:45 -0200)
commit33ee89dac563afb568b9fd1fb9d245da975d8527
tree02107e9dbd07377864d07b2bcb009c252791aba1
parent69378dc5285a5bac78e1e57cce34cc9af3855d52
dvb: Fix a few warnings

Now that the compilation is not verbose anymore, it is possible
to see a few warnings and fix them:

dvb-file.c: In function 'fill_entry':
dvb-file.c:213:27: warning: unused variable 'v' [-Wunused-variable]
descriptors.c: In function 'parse_NIT_ISDBT':
descriptors.c:278:4: warning: format '%d' expects argument of type 'int', but argument 2 has type 'uint64_t' [-Wformat]

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
utils/dvb/descriptors.c
utils/dvb/dvb-file.c