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
.../libs/musllibc/src/unistd/getcwd.c: In function 'getcwd':
cc1: warning: function may return address of local variable [-Wreturn-local-addr]
...libs/musllibc/src/unistd/getcwd.c:9:7: note: declared here
9 | char tmp[PATH_MAX];
|
To be checked if this has been fixed in upstream musllibc already.
The text was updated successfully, but these errors were encountered:
With gcc 10.2.0 I get this warning for
getcwd()
To be checked if this has been fixed in upstream musllibc already.
The text was updated successfully, but these errors were encountered: