While building on macOS I noticed this warning, seems like a false positive specific for clang on macOS:
./Modules/_cursesmodule.c:3141:9: warning: code will never be executed [-Wunreachable-code]
3141 | curses_window_set_error(self, "wgetbkgrnd", "getbkgrnd");
| ^~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
Bug report
Bug description:
While building on macOS I noticed this warning, seems like a false positive specific for clang on macOS:
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs