mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user