Łukasz Langa <[email protected]> added the comment:
uuid fails to build for me on master since that change landed:
cpython/Modules/_uuidmodule.c:13:11: error: implicit declaration of function
'uuid_generate_time_safe' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
res = uuid_generate_time_safe(out);
^
cpython/Modules/_uuidmodule.c:13:11: note: did you mean
'py_uuid_generate_time_safe'?
cpython/Modules/_uuidmodule.c:8:1: note: 'py_uuid_generate_time_safe' declared
here
py_uuid_generate_time_safe(void)
^
cpython/Modules/_uuidmodule.c:13:11: warning: this function declaration is not
a prototype [-Wstrict-prototypes]
res = uuid_generate_time_safe(out);
^
1 warning and 1 error generated.
This is on macOS Sierra.
----------
nosy: +lukasz.langa
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue11063>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com