mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
remove #warning from sha3module.c
This commit is contained in:
parent
c018f57186
commit
2649105cdd
@ -110,7 +110,6 @@
|
||||
typedef PY_UINT64_T UINT64;
|
||||
#else
|
||||
/* 32 or 64bit platforms without unsigned int64 */
|
||||
#warning no uint64_t available, force Keccak opt32 with interleave tables
|
||||
#define KeccakImplementation 32
|
||||
#define Unrolling 2
|
||||
#define UseSchedule 3
|
||||
|
Loading…
Reference in New Issue
Block a user