Skip to content

remake doesn't build with gcc-15 #169

@dkogan

Description

@dkogan

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:

https://salsa.debian.org/debian/remake/-/blob/master/debian/patches/do-not-redeclare-getcwd.patch?ref_type=heads

Probably we shouldn't be redeclaring it.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions