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
rc/kx.c: In function ‘ex’:
src/kx.c:637:8: warning: function may return address of local variable [-Wreturn-local-addr]
637 | R z; }
| ^
src/kx.c:614:8: note: declared here
614 | K ex(K a) //Input is (usually, but not always) 7-0 type from wd()
| ~~^
The text was updated successfully, but these errors were encountered:
Similar to #603
Using gcc 14.1
The text was updated successfully, but these errors were encountered: