From: j_mayer Date: Mon, 19 Nov 2007 01:05:22 +0000 (+0000) Subject: Mark hex_dump as unused to avoid compilation warnings. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f4afa145e4f7825c2071fab66f7ed4c7baf5e77;p=qemu.git 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 --- diff --git a/vl.c b/vl.c index 8b2b5bdb2e..6f8374028c 100644 --- 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;