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
Variables that are passed as arguments to a function are not considered to be mutated, if there is an implicit cast, that is 'NoOp' (in the assumption that this is a cast to 'const ').
Applying the '__unaligned' attribute introduces such a cast.
This results in the false analysis that this variable is not modified, where in fact it is.