]> Git Repo - qemu.git/commit
Disable warn about left shifts of negative values
authorPranith Kumar <[email protected]>
Tue, 9 Aug 2016 19:02:26 +0000 (15:02 -0400)
committerPaolo Bonzini <[email protected]>
Tue, 9 Aug 2016 20:57:36 +0000 (22:57 +0200)
commit435405ac59b9334b06285e1192c693b497282a31
treecc139787bf0332a446108b023b0e894e1e1717c9
parent5927ed846ad17e1cc8e9f60f50486ec418829776
Disable warn about left shifts of negative values

It seems like there's no good reason for the compiler to exploit the
undefinedness of left shifts.  GCC explicitly documents that they do not
use at all this possibility and, while they also say this is subject
to change, they have been saying this for 10 years (since the wording
appeared in the GCC 4.0 manual).

Disable these warnings by passing in -Wno-shift-negative-value.

Cc: Peter Maydell <[email protected]>
Cc: Markus Armbruster <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
[pranith: forward-port part of patch to 2.7]
Signed-off-by: Pranith Kumar <[email protected]>
HACKING
configure
This page took 0.02123 seconds and 4 git commands to generate.