comparison stream/stream_radio.c @ 32394:914208d188b9

Remove #warning preprocessor directives or replace them by suitable comments. The #warning preprocessor directive is non-standard and not available with all compilers. Furthermore, the warnings it causes are noisy and have not led to getting any of the underlying issues fixed in the space of a decade.
author diego
date Mon, 11 Oct 2010 12:33:57 +0000
parents 203789464176
children b39155e98ac3
comparison
equal deleted inserted replaced
32393:98fda5253e80 32394:914208d188b9
49 #include <linux/videodev2.h> 49 #include <linux/videodev2.h>
50 #endif 50 #endif
51 51
52 #ifdef CONFIG_RADIO_V4L 52 #ifdef CONFIG_RADIO_V4L
53 #include <linux/videodev.h> 53 #include <linux/videodev.h>
54 #warning "V4L is deprecated and will be removed in future"
55 #endif 54 #endif
56 55
57 #endif // !IOCTL_BT848_H_NAME 56 #endif // !IOCTL_BT848_H_NAME
58 57
59 58