Commit 3f4afa145e4f7825c2071fab66f7ed4c7baf5e77
1 parent
df2542c7
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
Showing
1 changed file
with
1 additions
and
0 deletions
vl.c
... | ... | @@ -3385,6 +3385,7 @@ void qemu_chr_close(CharDriverState *chr) |
3385 | 3385 | /***********************************************************/ |
3386 | 3386 | /* network device redirectors */ |
3387 | 3387 | |
3388 | +__attribute__ (( unused )) | |
3388 | 3389 | static void hex_dump(FILE *f, const uint8_t *buf, int size) |
3389 | 3390 | { |
3390 | 3391 | int len, i, j, c; | ... | ... |