Displaying 2 results from an estimated 2 matches for "b3722d1b".
2012 Feb 02
0
Git branch with compiling fixes for win32
...thorough testing will come
> during the weekends.
>
Attached patch builds without any warnings for MinGW.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: format_fix.txt
Url: http://lists.xiph.org/pipermail/flac-dev/attachments/20120202/b3722d1b/attachment-0001.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: OpenPGP digital signature
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20120202/b3722d1b/attachment-0001.pgp
2012 Feb 01
3
Git branch with compiling fixes for win32
On 2/1/2012 18:52, Erik de Castro Lopo wrote:
> JonY wrote:
>
>> Alright, here's a quick fix, although it is more ugly than I remembered.
>>
>> Basically, it removes those _MSC_VER ifdefs, and relies on inttypes.h
>> where available, and falls back to I64 on MSVC and then ll for others,
>> all format warnings suppressed.
>
> JonY,
>
> Sorry