]> Git Repo - qemu.git/commit - hw/i386/intel_iommu.c
intel_iommu: get rid of {0} initializers
authorMichael S. Tsirkin <[email protected]>
Thu, 21 Jul 2016 15:42:42 +0000 (18:42 +0300)
committerMichael S. Tsirkin <[email protected]>
Thu, 21 Jul 2016 17:43:43 +0000 (20:43 +0300)
commit09cd058a2cf77bb7a3b10ff93c1f80ed88bca364
tree733730d18ac5f7f9aa98ec75cf2184a8a213fe36
parent651e4cefeee8e388919e51f4e299033ab2a8b87d
intel_iommu: get rid of {0} initializers

Correct and portable in theory, but triggers warnings with older gcc
versions when -Wmissing-braces is enabled.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119

Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/intel_iommu.c
This page took 0.026783 seconds and 4 git commands to generate.