search for: grabbag__cuesheet_emit

Displaying 3 results from an estimated 3 matches for "grabbag__cuesheet_emit".

2013 Apr 05
1
flac 1.3.0pre3 pre-release
.... I've included them below, I don't know what they mean > exactly, but probably someone knows what to do with this? These show up > with both plain ./configure as well as with --enable-static > > > CC grabbag/cuesheet.lo > > grabbag/cuesheet.c: In function 'grabbag__cuesheet_emit': > > grabbag/cuesheet.c:645:47: warning: declaration of 'index' shadows a Thats benign and something I have noted to fix in the release after the one I'm working on. Basically is a name clash between a local variable named 'index' and a function in <string.h>...
2013 Apr 05
0
flac 1.3.0pre3 pre-release
...how up on my amd64 build. I've included them below, I don't know what they mean exactly, but probably someone knows what to do with this? These show up with both plain ./configure as well as with --enable-static > CC grabbag/cuesheet.lo > grabbag/cuesheet.c: In function 'grabbag__cuesheet_emit': > grabbag/cuesheet.c:645:47: warning: declaration of 'index' shadows a > global declaration [-Wshadow] > [...] > CC > replaygain_synthesis/replaygain_synthesis_libreplaygain_synthesis_la-replaygain_synthesis.lo > replaygain_synthesis/replaygain_synthesis.c: In fu...
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all, The latest pre-release is here: http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz but there will probably need to be at least one more. I've tested this on x86_64-linux powerpc-linux i386-openbsd5.2 i386-freebsd9 The majority of changes since the last pre-release is the addition of Janne Hyv?rinen's utf8 I/O functionality. Janne's