You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code is causing some compilers to complain about violating aliasing
optimization rules. Fix is to cast to void* before casting to final value.
I have a fix, just need to check it in.
re: e-support (XKJ-645277)
Code is causing some compilers to complain about violating aliasing
optimization rules. Fix is to cast to void* before casting to final value.
I have a fix, just need to check it in.