Port-amd64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

compiling qemu 0.11.0 on NetBSD



Hi,

When I compile qemu 0.11.0 on NetBSD/amd64, I get
this warning:

qemu-0.11/hw/xen_blkif.h:20: warning: #pragma pack(push[, id], <n>) is not 
supported on this target
qemu-0.11/hw/xen_blkif.h:36: warning: #pragma pack(pop[, id], <n>) is not 
supported on this target

The mentioned file/lines are:

#pragma pack(push, 4)   <-- line 20

#pragma pack(pop)    <-- line 36

Christoph


Home | Main Index | Thread Index | Old Index