summaryrefslogtreecommitdiffstats
path: root/lib/log.c
diff options
context:
space:
mode:
authorgdt <gdt>2004-12-09 14:53:32 +0000
committergdt <gdt>2004-12-09 14:53:32 +0000
commit05f7ddc85277a3e4ab0e6726350a014138e7c7c3 (patch)
tree125ca9e734260992267504df148f6a099a2096fb /lib/log.c
parent1f4724a4dfa5ba15b592e6cad6bb274a38a2716a (diff)
downloadquagga-05f7ddc85277a3e4ab0e6726350a014138e7c7c3.tar.bz2
quagga-05f7ddc85277a3e4ab0e6726350a014138e7c7c3.tar.xz
add XXX comment about hex_append being unused.
(only used if HAVE_GLIBC_BACKTRACE, so perhaps ifdef it?)
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index eb18d38f..2926091f 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -177,6 +177,10 @@ num_append(char *s, int len, u_long x)
return str_append(s,len,t);
}
+/*
+ * XXX warning: `hex_append' defined but not used
+ * Apparently this is used only if HAVE_GLIBC_BACKTRACE is defined.
+ */
static char *
hex_append(char *s, int len, u_long x)
{