summaryrefslogtreecommitdiff
path: root/src/lib/Assert.h
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-04-24 19:24:17 +0200
committerPiotr Krysik <perper@o2.pl>2009-04-24 19:24:17 +0200
commit8591703b11472fa62840e273e13febfe87829bd1 (patch)
tree8d221b9f718b320af882cc0d1ea901ee6d21aed0 /src/lib/Assert.h
parent7894933871c7c880c594949f79c4e340a286d073 (diff)
Some changes to fcch search function and added first sch search functions
Diffstat (limited to 'src/lib/Assert.h')
-rw-r--r--src/lib/Assert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Assert.h b/src/lib/Assert.h
index 6c04f18..acfb3f7 100644
--- a/src/lib/Assert.h
+++ b/src/lib/Assert.h
@@ -26,6 +26,8 @@
#include "stdio.h"
#include <iostream>
+#define NDEBUG
+
/**@name Macros for standard messages. */
//@{
#define COUT(text) { std::cout << text << std::endl; }
personal git repositories of Harald Welte. Your mileage may vary