summaryrefslogtreecommitdiffstats
path: root/qlist.h
diff options
context:
space:
mode:
authorPeter Maydell2012-10-14 22:00:39 +0200
committerBlue Swirl2012-10-27 16:20:06 +0200
commitc1556a812a16023894e53c7b2215929741a5bf17 (patch)
treedff97a9e3fd3497473417c7a68f97abfd6774faa /qlist.h
parentwin32: fix broken build due to missing QEMU_MADV_HUGEPAGE (diff)
downloadqemu-c1556a812a16023894e53c7b2215929741a5bf17.tar.gz
qemu-c1556a812a16023894e53c7b2215929741a5bf17.tar.xz
qemu-c1556a812a16023894e53c7b2215929741a5bf17.zip
configure: Disable (clang) initializer-overrides warnings
Disable clang's initializer-overrides warnings, as QEMU makes significant use of the pattern of initializing an array with a range-based default entry like [0 ... 0x1ff] = { GPIO_NONE, 0 } followed by specific entries which override that default, and clang would otherwise warn "initializer overrides prior initialization of this subobject" when it encountered the specific entry. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qlist.h')
0 files changed, 0 insertions, 0 deletions