mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-20 12:08:44 +00:00
Mark hex_dump as unused to avoid compilation warnings.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3699 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
df2542c737
commit
3f4afa145e
1
vl.c
1
vl.c
@ -3385,6 +3385,7 @@ void qemu_chr_close(CharDriverState *chr)
|
|||||||
/***********************************************************/
|
/***********************************************************/
|
||||||
/* network device redirectors */
|
/* network device redirectors */
|
||||||
|
|
||||||
|
__attribute__ (( unused ))
|
||||||
static void hex_dump(FILE *f, const uint8_t *buf, int size)
|
static void hex_dump(FILE *f, const uint8_t *buf, int size)
|
||||||
{
|
{
|
||||||
int len, i, j, c;
|
int len, i, j, c;
|
||||||
|
Loading…
Reference in New Issue
Block a user