summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorBo Thorsen <bo@askmonty.org>2010-04-21 02:25:59 +0200
committerBo Thorsen <bo@askmonty.org>2010-04-21 02:25:59 +0200
commite432151e9cf6a7a5ccf84fc137975ccf38fd0798 (patch)
tree7a404f0a9cd66efe5dd8d8abc15869d29e00816f /extra
parentecf23c153314eb5a5c3b101c4300cd53dce2aa6b (diff)
downloadmariadb-git-e432151e9cf6a7a5ccf84fc137975ccf38fd0798.tar.gz
Fix a bunch of Windows warnings
Diffstat (limited to 'extra')
-rw-r--r--extra/yassl/taocrypt/src/algebra.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/src/algebra.cpp b/extra/yassl/taocrypt/src/algebra.cpp
index c221ce3d6cb..6e402da0117 100644
--- a/extra/yassl/taocrypt/src/algebra.cpp
+++ b/extra/yassl/taocrypt/src/algebra.cpp
@@ -18,7 +18,6 @@
/* based on Wei Dai's algebra.cpp from CryptoPP */
#undef NDEBUG
-#define DEBUG // GCC 4.0 bug if NDEBUG and Optimize > 1
#include "runtime.hpp"
#include "algebra.hpp"