diff options
author | Pranith Kumar | 2016-08-09 21:02:27 +0200 |
---|---|---|
committer | Paolo Bonzini | 2016-08-09 22:57:36 +0200 |
commit | 2368635d3943294c672a62abd60a233aca708982 (patch) | |
tree | c53b3ebafb599be07bf547c2187f1bdf1a7a7ff9 /scripts/shaderinclude.pl | |
parent | Disable warn about left shifts of negative values (diff) | |
download | qemu-2368635d3943294c672a62abd60a233aca708982.tar.gz qemu-2368635d3943294c672a62abd60a233aca708982.tar.xz qemu-2368635d3943294c672a62abd60a233aca708982.zip |
clang: Fix warning reg. expansion to 'defined'
Clang produces the following warning. The warning is detailed here:
https://reviews.llvm.org/D15866. Fix the warning.
/home/pranith/devops/code/qemu/hw/display/qxl.c:507:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
^
/home/pranith/devops/code/qemu/include/ui/qemu-spice.h:46:5: note: expanded from macro 'SPICE_NEEDS_SET_MM_TIME'
(!defined(SPICE_SERVER_VERSION) || (SPICE_SERVER_VERSION < 0xc06))
^
/home/pranith/devops/code/qemu/hw/display/qxl.c:1074:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
^
/home/pranith/devops/code/qemu/include/ui/qemu-spice.h:46:5: note: expanded from macro 'SPICE_NEEDS_SET_MM_TIME'
(!defined(SPICE_SERVER_VERSION) || (SPICE_SERVER_VERSION < 0xc06))
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/shaderinclude.pl')
0 files changed, 0 insertions, 0 deletions