summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeokYeon Hwang <syeon.hwang@samsung.com>2014-10-28 01:18:10 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2014-10-28 01:18:10 -0700
commit9f7fc4d7bd63c3c41a6d004391105f67b3dd667c (patch)
tree447c4ea8db888fafbaaa6f9fa82d178fad6745a9
parentd089e7a9724b9969ca685a841b7f2ba6d04df7de (diff)
parent01429f7d8a12b09270bac795fc74013fc2b4d79f (diff)
downloadqemu-9f7fc4d7bd63c3c41a6d004391105f67b3dd667c.tar.gz
qemu-9f7fc4d7bd63c3c41a6d004391105f67b3dd667c.tar.bz2
qemu-9f7fc4d7bd63c3c41a6d004391105f67b3dd667c.zip
Merge "block/vhdx.c: Mark parent_vhdx_guid variable as unused" into features/qt_dr
-rw-r--r--block/vhdx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/block/vhdx.c b/block/vhdx.c
index 509baaf484..14ba8b23e7 100644
--- a/block/vhdx.c
+++ b/block/vhdx.c
@@ -99,7 +99,8 @@ static const MSGUID logical_sector_guid = { .data1 = 0x8141bf1d,
/* Each parent type must have a valid GUID; this is for parent images
* of type 'VHDX'. If we were to allow e.g. a QCOW2 parent, we would
* need to make up our own QCOW2 GUID type */
-static const MSGUID parent_vhdx_guid = { .data1 = 0xb04aefb7,
+static const MSGUID parent_vhdx_guid __attribute__((unused))
+ = { .data1 = 0xb04aefb7,
.data2 = 0xd19e,
.data3 = 0x4a81,
.data4 = { 0xb7, 0x89, 0x25, 0xb8,