commit | c9ba47dc5d8679efa4d5425aa27e0f8132920fb5 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Mon Sep 27 18:45:47 2010 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Oct 03 06:39:49 2010 +0000 |
tree | b51492652b27cde52636aad7869f244121dbffb6 | |
parent | 6ea421fee15f5f2d32c2b471cb2336463d4e316b [diff] |
virtio-9p: Use GCC_FMT_ATTR and fix a format warning With the new gcc format warnings, gcc detected this: /qemu/hw/virtio-9p.c:1040: error: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘__nlink_t’ Cc: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>