Skip to content

Undeclared function 'is_pad' on macos-13 GitHub runners#115383

@colesbury

Description

@colesbury

Bug report

It looks like it's only on the macos-13 runner. I'm not sure what changed. The failures look to be on unrelated commits and PRs.

./Modules/_cursesmodule.c:1336:9: error: call to undeclared function 'is_pad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (py_is_pad(self->win)){^ ./Modules/_cursesmodule.c:1159:29: note: expanded from macro 'py_is_pad' #define py_is_pad(win) is_pad(win) ^ ./Modules/_cursesmodule.c:2024:9: error: call to undeclared function 'is_pad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (py_is_pad(self->win)){^ ./Modules/_cursesmodule.c:1159:29: note: expanded from macro 'py_is_pad' #define py_is_pad(win) is_pad(win) ^ ./Modules/_cursesmodule.c:2248:9: error: call to undeclared function 'is_pad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (py_is_pad(self->win)){^ ./Modules/_cursesmodule.c:1159:29: note: expanded from macro 'py_is_pad' #define py_is_pad(win) is_pad(win) ^ ./Modules/_cursesmodule.c:2324:9: error: call to undeclared function 'is_pad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (py_is_pad(self->win)){^ ./Modules/_cursesmodule.c:1159:29: note: expanded from macro 'py_is_pad' #define py_is_pad(win) is_pad(win) ^ 4 errors generated. make: *** [Modules/_cursesmodule.o] Error 1 

Seen in:

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS-macbuildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions