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
Returning a pointer to local variable is a pretty frequent error made by beginner programmers.
Some C compilers (gcc at least) emits a warning in such cases.
It would be nice if Zig could analyze this.
The text was updated successfully, but these errors were encountered:
Returning a pointer to local variable is a pretty frequent error made by beginner programmers.
Some C compilers (gcc at least) emits a warning in such cases.
It would be nice if Zig could analyze this.
The text was updated successfully, but these errors were encountered: