[flac-dev] Please test more libFLAC/cpu.c changes
Erik de Castro Lopo
mle+la at mega-nerd.com
Thu Jun 30 19:43:24 UTC 2016
lvqcl wrote:
> Erik de Castro Lopo wrote:
>
> > This code is in flux and in the current state the logic probably
> > has inconsistencies that will be fixed in due course.
> >
> > What I am very much more interested in is if the code in the
> > wip/cpu branch currently compiles and passes the test on
> > Windows with MSVS.
>
> No, it doesn't:
>
> error C2010: '.' : unexpected in macro formal parameter list
>
> It complains about the line
>
> #define dfprintf(file, format, args...)
>
> The correct syntax for variadic macro in MSVC is:
>
> #define dfprintf(file, format, ...)
>
>
> After this change, MSVC can compile flac without problems.
Thanks. I'll get that fixed and merge that branch to master.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
More information about the flac-dev
mailing list