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
This work-around shuts up GCC when it complains about a local variable's
address being assigned to a struct that lives on after returning from
the function.
Technically, GCC is wrong not to complain that the pointer could have
been copied and used later, but hey, the code compiles so we're happy.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments