-
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
Hi. There's a build failure with a new compiler:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097786
Because gcc-15 treats void f(); as void f(void);
Here we're redeclaring getcwd(), and the new behavior makes it look different. I patched it to not redeclare getcwd() at all:
Probably we shouldn't be redeclaring it.
Thanks
Metadata
Metadata
Assignees
Labels
No labels