summaryrefslogtreecommitdiff
path: root/audio/audio_int.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-04-21 17:48:48 +0200
committerThomas Huth <thuth@redhat.com>2021-05-09 18:14:31 +0200
commitd08a64940452060ab7ad5eb49cd5801131c2b9ec (patch)
tree29d70068a7df80662c61d9049ed217809f0ef695 /audio/audio_int.h
parenta6625d38cce3901a7c1cba069f0abcf743a293f1 (diff)
downloadqemu-d08a64940452060ab7ad5eb49cd5801131c2b9ec.zip
pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang
When compiling the s390-ccw bios with Clang, the compiler complains: pc-bios/s390-ccw/bootmap.c:302:9: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!mbr->dev_type == DEV_TYPE_ECKD) { ^ ~~ The code works (more or less by accident), since dev_type can only be 0 or 1, but it's better of course to use the intended != operator here instead. Fixes: 5dc739f343 ("Allow booting in case the first virtio-blk disk is bad") Message-Id: <20210421163331.358178-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'audio/audio_int.h')
0 files changed, 0 insertions, 0 deletions