]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
I should not have removed these, they are important.
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 27 Oct 2009 23:17:06 +0000 (16:17 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 27 Oct 2009 23:17:06 +0000 (16:17 -0700)
module/spl/spl-err.c

index 8f46aae5ba256b1d5966f055471bdca1147d8828..3ee284868fc417a13aa782c9726137987542f88a 100644 (file)
 
 #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)