qemu-e2k/disas
Peter Maydell f02ccf5369 disas/libvixl: Really suppress gcc 4.6.3 sign-compare warnings
Commit 8acc216b95 attempted to silence some sign-compare
warnings in libvixl by adding -Wno-sign-compare to the CFLAGS
for the relevant objects. Unfortunately it was ineffective
because it was placed before $(QEMU_CFLAGS), so the -Wall in
the general flags overrode -Wno-sign-compare rather than
vice-versa. Reorder the flags so the warning suppression works.

Thanks to Franz-Josef Haider <Franz-Josef.Haider@student.uibk.ac.at>
for pointing out what was wrong with the original patch.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1452783202-576-1-git-send-email-peter.maydell@linaro.org
2016-01-14 17:57:51 +00:00
..
libvixl disas/libvixl: Really suppress gcc 4.6.3 sign-compare warnings 2016-01-14 17:57:51 +00:00
Makefile.objs disas/libvixl: Suppress gcc 4.6.3 sign-compare warnings 2016-01-12 16:45:45 +00:00
alpha.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
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 disas/cris: Fix typo in comment 2015-10-01 17:24:02 -07:00
hppa.c build: kill libdis, move disassemblers to disas/ 2012-12-19 08:29:06 +01:00
i386.c typofixes - v4 2015-09-11 10:45:43 +03:00
ia64.c maint: remove unused include for assert.h 2015-09-11 10:21:38 +03:00
lm32.c lm32-dis: fix NULL pointer dereference 2013-03-18 19:40:34 +01:00
m68k.c Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() 2013-02-23 16:11:19 +00:00
microblaze.c disas/microblaze: Remove unused code 2015-09-11 10:21:38 +03:00
mips.c disas/mips: Add R6 jr/jr.hb to disassembler 2015-10-19 11:04:38 -10:00
moxie.c Add moxie disassembler 2013-03-23 14:25:41 +00:00
ppc.c disas/ppc.c: Fix little endian disassembly 2013-09-02 10:06:41 +02:00
s390.c typofixes - v4 2015-09-11 10:45:43 +03:00
sh4.c disas/sh4: Fix warning caused by missing 'static' attribute 2015-02-10 10:26:05 +03:00
sparc.c maint: avoid useless "if (foo) free(foo)" pattern 2015-09-11 10:21:38 +03:00
tci.c tci: Fix compile failure by including qemu-common.h 2015-07-09 17:50:27 +01:00