qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 45eb6f: nbd/server: Silence gcc false positiv


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 45eb6f: nbd/server: Silence gcc false positive
Date: Fri, 22 Jun 2018 07:03:55 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 45eb6fb6cea28cdc937764aac6585751047bb294
      
https://github.com/qemu/qemu/commit/45eb6fb6cea28cdc937764aac6585751047bb294
  Author: Eric Blake <address@hidden>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
    M nbd/server.c

  Log Message:
  -----------
  nbd/server: Silence gcc false positive

The code has a while() loop that always initialized 'end', and
the loop always executes at least once (as evidenced by the assert()
just prior to the loop).  But some versions of gcc still complain
that 'end' is used uninitialized, so silence them.

Signed-off-by: Eric Blake <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>



      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]