Re: [Flac-dev] Patch : Fix pointer cast warning

2007-06-14 Thread Erik de Castro Lopo
Josh Coalson wrote: > --- Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > > Josh Coalson wrote: > > > > > excellent, thanks for the tip. this solves the problem for > > > autoconf-based builds, but still not sure how to do it for MSVC. > > > > Sorry, whats the problem with MSVC? > > how to fi

Re: [Flac-dev] Patch : Fix pointer cast warning

2007-06-14 Thread Josh Coalson
--- Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > Josh Coalson wrote: > > > excellent, thanks for the tip. this solves the problem for > > autoconf-based builds, but still not sure how to do it for MSVC. > > Sorry, whats the problem with MSVC? how to figure out the right setting of SIZEOF_VO

Re: [Flac-dev] Patch : Fix pointer cast warning

2007-06-13 Thread Erik de Castro Lopo
Josh Coalson wrote: > excellent, thanks for the tip. this solves the problem for > autoconf-based builds, but still not sure how to do it for MSVC. Sorry, whats the problem with MSVC? Erik -- - Erik de Castro Lopo

Re: [Flac-dev] Patch : Fix pointer cast warning

2007-06-13 Thread Josh Coalson
excellent, thanks for the tip. this solves the problem for autoconf-based builds, but still not sure how to do it for MSVC. Josh --- Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > Hi all, > > The code currently in CVS gives a compile warning: > > memory.c: In function 'FLAC__memory_alloc_

[Flac-dev] Patch : Fix pointer cast warning

2007-04-15 Thread Erik de Castro Lopo
Hi all, The code currently in CVS gives a compile warning: memory.c: In function 'FLAC__memory_alloc_aligned': memory.c:52: warning: cast from pointer to integer of different size memory.c:52: warning: cast to pointer from integer of different size The patch below fixes this warning