qemu-e2k/disas
Peter Maydell 8acc216b95 disas/libvixl: Suppress gcc 4.6.3 sign-compare warnings
The VIXL code includes some equality comparisons between signed
and unsigned types. Modern gcc and clang do not complain about
these, but older versions of gcc such as gcc 4.6.3 do. Since
libvixl is an upstream library, the simplest approach is to
suppress the warnings by applying -Wno-sign-compare to the
relevant files.

(GCC 4.6 is not quite yet irrelevant for us; it is the gcc
shipped with Ubuntu Precise, for example, which is an LTS
release not yet out of its support period.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1452604204-27202-1-git-send-email-peter.maydell@linaro.org
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
2016-01-12 16:45:45 +00:00
..
libvixl disas/libvixl: Suppress gcc 4.6.3 sign-compare warnings 2016-01-12 16:45:45 +00:00
alpha.c
arm-a64.cc disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
arm.c disas/arm: avoid clang shifting negative signed warning 2015-11-17 18:35:56 +08:00
cris.c
hppa.c
i386.c
ia64.c
lm32.c
m68k.c
Makefile.objs disas/libvixl: Suppress gcc 4.6.3 sign-compare warnings 2016-01-12 16:45:45 +00:00
microblaze.c
mips.c
moxie.c
ppc.c
s390.c
sh4.c
sparc.c
tci.c