summaryrefslogtreecommitdiffstats
path: root/include/sys/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/debug.h')
-rw-r--r--include/sys/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/debug.h b/include/sys/debug.h
index 1c25083f3..3cde97635 100644
--- a/include/sys/debug.h
+++ b/include/sys/debug.h
@@ -201,6 +201,7 @@ struct page_collection {
#ifdef NDEBUG
#define CDEBUG_STACK() (0)
+#define CDEBUG_LIMIT(x, y, z, a...) ((void)0)
#define __CDEBUG_LIMIT(x, y, z, a...) ((void)0)
#define CDEBUG(mask, format, a...) ((void)0)
#define CWARN(fmt, a...) ((void)0)