From b5474f871d5df7eab292f5c7eb87abef30b9319a Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Mon, 20 Dec 2004 15:59:05 +0000 Subject: fix compile warnings CVS patchset: 7284 CVS date: 2004/12/20 15:59:05 --- src/input/input_dvb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 14e0a123c..1de3842f2 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -401,9 +401,11 @@ static void print_error(const char* estring) { printf("input_dvb: ERROR: %s\n", estring); } +#ifdef DEBUG_EPG static void print_info(const char* estring) { printf("input_dvb: %s\n", estring); } +#endif static void ts_build_crc32_table(dvb_input_plugin_t *this) { uint32_t i, j, k; -- cgit v1.2.3