[Bug 712679] parse: prototype-mismatch

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 29 09:01:37 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=712679
  GStreamer | gstreamer (core) | git

--- Comment #10 from Fabian <derfakir at web.de> 2013-11-29 17:01:32 UTC ---
i asked on flex-help at lists.sourceforge.net to have a look at this.

my minimal testcase comes here:
---8<---
/tmp/flex$ flex -V
flex 2.5.35
/tmp/flex$ cat > testfile.l << "EOT"
> %{
> %}
>
> %x value
> %option noyywrap
> %option nounput
> %option reentrant
> %option bison-bridge
> %option never-interactive
> %option noinput
> %%
>
> EOT
/tmp/flex$ flex testfile.l
/tmp/flex$ grep et_col *
lex.yy.c:int yyget_column  (yyscan_t yyscanner );
lex.yy.c:void yyset_column (int column_no ,yyscan_t yyscanner );
lex.yy.c:int yyget_column  (yyscan_t yyscanner)
lex.yy.c:void yyset_column (int  column_no , yyscan_t yyscanner)
[..]
--->8---

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list