mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 01:47:29 +00:00
add XXX comment about hex_append being unused.
(only used if HAVE_GLIBC_BACKTRACE, so perhaps ifdef it?)
This commit is contained in:
parent
91f3e525a9
commit
ad572396fc
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: log.c,v 1.17 2004/12/07 15:39:32 ajs Exp $
|
* $Id: log.c,v 1.18 2004/12/09 14:53:32 gdt Exp $
|
||||||
*
|
*
|
||||||
* Logging of zebra
|
* Logging of zebra
|
||||||
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
|
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
|
||||||
@ -177,6 +177,10 @@ num_append(char *s, int len, u_long x)
|
|||||||
return str_append(s,len,t);
|
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 *
|
static char *
|
||||||
hex_append(char *s, int len, u_long x)
|
hex_append(char *s, int len, u_long x)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user