]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Mark hex_dump as unused to avoid compilation warnings.
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 19 Nov 2007 01:05:22 +0000 (01:05 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 19 Nov 2007 01:05:22 +0000 (01:05 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3699 c046a42c-6fe2-441c-8c8c-71466251a162

vl.c

diff --git a/vl.c b/vl.c
index 8b2b5bdb2e92c855d770ea7c835b4088dae2a066..6f8374028c32f5d40e86cafcf9584170db0e87b2 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -3385,6 +3385,7 @@ void qemu_chr_close(CharDriverState *chr)
 /***********************************************************/
 /* network device redirectors */
 
+__attribute__ (( unused ))
 static void hex_dump(FILE *f, const uint8_t *buf, int size)
 {
     int len, i, j, c;