qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1856549] [NEW] qemu-4.2.0/hw/misc/mac_via.c: 2 * bad test ?
@ 2019-12-16 11:15 dcb
  2019-12-16 11:58 ` [Bug 1856549] " dcb
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: dcb @ 2019-12-16 11:15 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

1.

qemu-4.2.0/hw/misc/mac_via.c:417:27: style: Expression is always false
because 'else if' condition matches previous condition at line 412.
[multiCondition]

                } else if ((m->data_out & 0xf3) == 0xa1) {
...
                } else if ((m->data_out & 0xf3) == 0xa1) {

2.

qemu-4.2.0/hw/misc/mac_via.c:467:27: style: Expression is always false
because 'else if' condition matches previous condition at line 463.
[multiCondition]

Duplicate.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1856549

Title:
  qemu-4.2.0/hw/misc/mac_via.c: 2 * bad test ?

Status in QEMU:
  New

Bug description:
  1.

  qemu-4.2.0/hw/misc/mac_via.c:417:27: style: Expression is always false
  because 'else if' condition matches previous condition at line 412.
  [multiCondition]

                  } else if ((m->data_out & 0xf3) == 0xa1) {
  ...
                  } else if ((m->data_out & 0xf3) == 0xa1) {

  2.

  qemu-4.2.0/hw/misc/mac_via.c:467:27: style: Expression is always false
  because 'else if' condition matches previous condition at line 463.
  [multiCondition]

  Duplicate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1856549/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-04-30 14:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16 11:15 [Bug 1856549] [NEW] qemu-4.2.0/hw/misc/mac_via.c: 2 * bad test ? dcb
2019-12-16 11:58 ` [Bug 1856549] " dcb
2019-12-16 13:03   ` Philippe Mathieu-Daudé
2019-12-16 13:03     ` Philippe Mathieu-Daudé
2019-12-16 16:52 ` Philippe Mathieu-Daudé
2019-12-16 17:32 ` Laurent Vivier
2020-01-07 10:55 ` Philippe Mathieu-Daudé
2020-03-10  9:09 ` Laurent Vivier
2020-04-30 13:40 ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).