提交 3f4afa14 编写于 作者: J j_mayer

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
上级 df2542c7
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册