Andrew Haley <[EMAIL PROTECTED]> writes:

> -----------------------------------------------------------------------
>     *(void **) (&cosine) = dlsym(handle, "cos");
> -----------------------------------------------------------------------
> That is a strict-aliasing error, is it?

Yes, and a seemingly pointless one at that.

Ian

Reply via email to