mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix some warnings produced by different compilers. (#5593)
This commit is contained in:
parent
5bb0005f9f
commit
bfe4fd5f2e
6 changed files with 19 additions and 7 deletions
|
@ -17,7 +17,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
_Py_HashSecret_t _Py_HashSecret = {0};
|
||||
_Py_HashSecret_t _Py_HashSecret = {{0}};
|
||||
|
||||
#if Py_HASH_ALGORITHM == Py_HASH_EXTERNAL
|
||||
extern PyHash_FuncDef PyHash_Func;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue