diff options
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-19 01:05:22 +0000 |
---|---|---|
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-19 01:05:22 +0000 |
commit | 3f4afa145e4f7825c2071fab66f7ed4c7baf5e77 (patch) | |
tree | 1b0e2b3faf0f87ff4b5e4e5616c0a7cb38e5ee84 | |
parent | df2542c737ea2f7148136b6525cd56f6fc276d69 (diff) |
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
-rw-r--r-- | vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |