summaryrefslogtreecommitdiff
path: root/Modules/_sha3
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-10-06 15:44:29 +0200
committerChristian Heimes <christian@cheimes.de>2012-10-06 15:44:29 +0200
commit2649105cddd1c971bf59b3c840467996064cbc4f (patch)
treeb64b89e5cf5b6187737038d7f2b88d58acec6d53 /Modules/_sha3
parentc018f57186bed05a129a0eda5d9ae11d94da5189 (diff)
downloadcpython-git-2649105cddd1c971bf59b3c840467996064cbc4f.tar.gz
remove #warning from sha3module.c
Diffstat (limited to 'Modules/_sha3')
-rw-r--r--Modules/_sha3/sha3module.c1
1 files changed, 0 insertions, 1 deletions
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