-
Notifications
You must be signed in to change notification settings - Fork 12
Compilation fails with modern compilers #36
Copy link
Copy link
Open
Description
Trying to add the module (using pip3 install) I get the following warning from gcc-13.2. Which turns into an error, because of -Werror:
src/krb5/_ccache.c: In function '__Pyx_Import':
src/krb5/_ccache.c:24344:21: error: the comparison will always evaluate as 'true' for the pointer operand in '(char *)"krb5._ccache" must not be NULL [-Werror=address]+ 4"
The workaround is to add CFLAGS=-w to the environment (which disables all warnings), but that shouldn't be necessary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels