summaryrefslogtreecommitdiffstats
path: root/scripts/check-qerror.sh
diff options
context:
space:
mode:
authorPranith Kumar2016-08-09 21:02:26 +0200
committerPaolo Bonzini2016-08-09 22:57:36 +0200
commit435405ac59b9334b06285e1192c693b497282a31 (patch)
treecc139787bf0332a446108b023b0e894e1e1717c9 /scripts/check-qerror.sh
parentatomic: strip "const" from variables declared with typeof (diff)
downloadqemu-435405ac59b9334b06285e1192c693b497282a31.tar.gz
qemu-435405ac59b9334b06285e1192c693b497282a31.tar.xz
qemu-435405ac59b9334b06285e1192c693b497282a31.zip
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 <peter.maydell@linaro.org> Cc: Markus Armbruster <armbru@redhat.com> Cc: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> [pranith: forward-port part of patch to 2.7] Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Diffstat (limited to 'scripts/check-qerror.sh')
0 files changed, 0 insertions, 0 deletions