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
--- 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
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
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_
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