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 generates the following C code.
Note that the function calls are dropped because they don't do anything. When they do something, they are called. But the uu____0 sticks around.
In different cases where enums are used, unused variables are generated in C.
Here is one example I could isolate.
This generates the following C code.
Note that the function calls are dropped because they don't do anything. When they do something, they are called. But the
uu____0
sticks around.The text was updated successfully, but these errors were encountered: