]> granicus.if.org Git - python/commitdiff
remove #warning from sha3module.c
authorChristian Heimes <christian@cheimes.de>
Sat, 6 Oct 2012 13:44:29 +0000 (15:44 +0200)
committerChristian Heimes <christian@cheimes.de>
Sat, 6 Oct 2012 13:44:29 +0000 (15:44 +0200)
Modules/_sha3/sha3module.c

index 2ce207d7f8f692641b16197bc17404dcf1859428..1fdc9b7caece399b7aeb6b6995b05b9a49c47f56 100644 (file)
   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