On 15 May 2012 13:04, Pieter Hintjens <[email protected]> wrote:

> On Tue, May 15, 2012 at 10:15 AM, Boris Gulay <[email protected]> wrote:
>
> > When compiling on GCC 4.4+ the following warning message is issued:
> > ctx.hpp:56: note: the mangling of 'va_list' has changed in GCC 4.4
> > Is everything OK?
>
> I see some references on google but no idea what the impact is...
>
>
The literal interpretation is that the ABI for va_list has changed so any
API that exports a va_list parameter such as vsprintf will break cross GCC
releases.

This only applies to ARM.  So library releases will need to be specific to
the compiler version.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to