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.
This commit is contained in:
Stefan Seyfried
2015-02-08 17:42:57 +01:00
parent ec12b704cb
commit 5fa8552fa6

View File

@@ -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