On Sat, 26 Jan 2013 at 13:04:47 +0000, Simon McVittie wrote:
> src/connection_wrapper.cpp:174:5: error: invalid conversion from 'const 
> volatile void*' to 'volatile void*' [-fpermissive]

I think the reason this is armel-specific is that on all our other
architectures, g_atomic_pointer_get() is a macro expanding to some compiler
intrinsics. On armel, those compiler intrinsics aren't available and it
expands to a call to a C function, which is more type-safe.

Using g_atomic_pointer_get ((volatile void *) (blah blah)) would probably
resolve this for now. I'll open a GLib bug suggesting that it should take
a const volatile void * parameter.

    S


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to