From: Christian Heimes Date: Sat, 6 Oct 2012 13:44:29 +0000 (+0200) Subject: remove #warning from sha3module.c X-Git-Tag: v3.4.0a1~2343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2649105cddd1c971bf59b3c840467996064cbc4f;p=python remove #warning from sha3module.c --- diff --git a/Modules/_sha3/sha3module.c b/Modules/_sha3/sha3module.c index 2ce207d7f8..1fdc9b7cae 100644 --- a/Modules/_sha3/sha3module.c +++ b/Modules/_sha3/sha3module.c @@ -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