From: Brian Behlendorf Date: Tue, 27 Oct 2009 23:17:06 +0000 (-0700) Subject: I should not have removed these, they are important. X-Git-Tag: debian/0.7.9-2~507 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2b5adaf18fde25b963a9d21407773544f2cbed6f;p=mirror_spl-debian.git I should not have removed these, they are important. --- diff --git a/module/spl/spl-err.c b/module/spl/spl-err.c index 8f46aae..3ee2848 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)