qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] f02ccf: disas/libvixl: Really suppress gcc 4.


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] f02ccf: disas/libvixl: Really suppress gcc 4.6.3 sign-comp...
Date: Thu, 14 Jan 2016 10:30:06 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: f02ccf53693758b65843264e077f90cf295e7d98
      
https://github.com/qemu/qemu/commit/f02ccf53693758b65843264e077f90cf295e7d98
  Author: Peter Maydell <address@hidden>
  Date:   2016-01-14 (Thu, 14 Jan 2016)

  Changed paths:
    M disas/libvixl/Makefile.objs

  Log Message:
  -----------
  disas/libvixl: Really suppress gcc 4.6.3 sign-compare warnings

Commit 8acc216b956 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 <address@hidden>
for pointing out what was wrong with the original patch.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Tested-by: Alex Bennée <address@hidden>
Message-id: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]