mulle-objc-runtime icon indicating copy to clipboard operation
mulle-objc-runtime copied to clipboard

Forwarding a non-prototyped floating point value fails

Open mulle-kybernetik-tv opened this issue 5 years ago • 1 comments

If the caller doesn't know the prototype, the value is not correctly forwarded it seems.

So X declares - (void) setFoo:(double) x; but that is not know to the caller. In this case if Y forwards, the value is incorrect.

mulle-kybernetik-tv avatar Jun 11 '19 17:06 mulle-kybernetik-tv

The workaround is to prototype, which is "sorta" normal. Postponed to mulle-cc.

mulle-nat avatar Jan 03 '21 13:01 mulle-nat