[dvblast-devel] Correct pre-processing directive is #warning
Christophe Massiot
git at videolan.org
Mon Dec 26 19:02:52 CET 2011
dvblast | branch: master | Christophe Massiot <massiot at via.ecp.fr> | Mon Dec 26 18:55:50 2011 +0100| [fd6d76b2ed91c364e85db933a5dfd70922c37bae] | committer: Christophe Massiot
Correct pre-processing directive is #warning
> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=fd6d76b2ed91c364e85db933a5dfd70922c37bae
---
dvb.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dvb.c b/dvb.c
index 557b7d3..b0a86ce 100644
--- a/dvb.c
+++ b/dvb.c
@@ -969,8 +969,8 @@ static void FrontendSet( bool b_init )
#else /* !S2API */
-#warn "You are trying to compile DVBlast with an outdated linux-dvb interface."
-#warn "DVBlast will be very limited and some options will have no effect."
+#warning "You are trying to compile DVBlast with an outdated linux-dvb interface."
+#warning "DVBlast will be very limited and some options will have no effect."
static void FrontendSet( bool b_init )
{
More information about the dvblast-devel
mailing list