[vlc-commits] webvtt: disable POSIX Yacc warnings

Rémi Denis-Courmont git at videolan.org
Sun Mar 3 10:25:03 CET 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Mar  3 09:41:13 2019 +0200| [0694f57bb2f141bd6181a77f5f5cc8eb39b9eb92] | committer: Rémi Denis-Courmont

webvtt: disable POSIX Yacc warnings

This currently requires GNU/Bison, and that's that.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0694f57bb2f141bd6181a77f5f5cc8eb39b9eb92
---

 modules/common.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/common.am b/modules/common.am
index a7cfa6acba..b991f6ce2f 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -36,7 +36,7 @@ AM_LDFLAGS = \
 if HAVE_WIN32
 AM_LDFLAGS += $(top_builddir)/modules/module.rc.lo -Wc,-static
 endif
-AM_YFLAGS = -d
+AM_YFLAGS = -d -Wno-yacc
 
 SUFFIXES = .l .y .asm
 



More information about the vlc-commits mailing list