From 5fa8552fa611ae30d2d0d58c93791add78664c2a Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 8 Feb 2015 17:42:57 +0100 Subject: [PATCH] frontend_types: silence warning on SPARK The API is old, and unless this changes there is no need to constantly remind everyone about this fact. Once there is a newer kernel available, this can be reenabled or made fatal. --- src/zapit/include/zapit/frontend_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zapit/include/zapit/frontend_types.h b/src/zapit/include/zapit/frontend_types.h index c43f64de1..4883339e4 100644 --- a/src/zapit/include/zapit/frontend_types.h +++ b/src/zapit/include/zapit/frontend_types.h @@ -68,7 +68,9 @@ #define _HAVE_DVB57 1 #else #if HAVE_SPARK_HARDWARE +#ifdef WARN_DVBAPI #warning DVB_API < 5.7 -- no DVB-T2/DTMB support. +#endif #else #error DVB_API < 5.7 => fix your toolchain #endif