From 2b5adaf18fde25b963a9d21407773544f2cbed6f Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 27 Oct 2009 16:17:06 -0700 Subject: [PATCH] I should not have removed these, they are important. --- module/spl/spl-err.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/spl/spl-err.c b/module/spl/spl-err.c index 8f46aae5b..3ee284868 100644 --- a/module/spl/spl-err.c +++ b/module/spl/spl-err.c @@ -33,8 +33,10 @@ #define DEBUG_SUBSYSTEM S_GENERIC +#ifndef NDEBUG static char ce_prefix[CE_IGNORE][10] = { "", "NOTICE: ", "WARNING: ", "" }; static char ce_suffix[CE_IGNORE][2] = { "", "\n", "\n", "" }; +#endif void vpanic(const char *fmt, va_list ap) -- 2.40.0